Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pcf/
H A Dpcf.c94 if (sc->pcf_started) { in pcf_stop_locked()
98 sc->pcf_started = 0; in pcf_stop_locked()
184 sc->pcf_started = 1; in pcf_start()
H A Dpcfvar.h69 int pcf_started; /* 1 if start condition sent */ member