Home
last modified time | relevance | path

Searched refs:pcf_started (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/pcf/
H A Dpcf.c92 if (sc->pcf_started) { in pcf_stop_locked()
96 sc->pcf_started = 0; in pcf_stop_locked()
182 sc->pcf_started = 1; in pcf_start()
H A Dpcfvar.h67 int pcf_started; /* 1 if start condition sent */ member