Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/controller/
H A Ddwc_otg.h203 uint8_t sc_timer_active; member
H A Ddwc_otg.c2446 if (sc->sc_timer_active) { in dwc_otg_timer()
2457 if (sc->sc_timer_active != 0) in dwc_otg_timer_start()
2460 sc->sc_timer_active = 1; in dwc_otg_timer_start()
2471 if (sc->sc_timer_active == 0) in dwc_otg_timer_stop()
2474 sc->sc_timer_active = 0; in dwc_otg_timer_stop()