Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h202 uint8_t sc_timer_active; member
H A Ddwc_otg.c2445 if (sc->sc_timer_active) { in dwc_otg_timer()
2456 if (sc->sc_timer_active != 0) in dwc_otg_timer_start()
2459 sc->sc_timer_active = 1; in dwc_otg_timer_start()
2470 if (sc->sc_timer_active == 0) in dwc_otg_timer_stop()
2473 sc->sc_timer_active = 0; in dwc_otg_timer_stop()