Home
last modified time | relevance | path

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

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