Home
last modified time | relevance | path

Searched refs:sc_isreset (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/sys/dev/usb/
Dmotgvar.h104 int sc_isreset : 1; member
Duhcivar.h176 char sc_isreset; member
Dmotg.c622 sc->sc_isreset = 1; in motg_softintr()
671 sc->sc_isreset = 1; in motg_softintr()
676 sc->sc_isreset = 0; in motg_softintr()
873 sc->sc_isreset = 0; in motg_roothub_ctrl()
928 if (sc->sc_isreset) in motg_roothub_ctrl()
1100 sc->sc_isreset = 1; in motg_portreset()
Dehcivar.h216 char sc_isreset[EHCI_MAX_PORTS]; member
Duhci.c3560 sc->sc_isreset = 1; in uhci_portreset()
3651 sc->sc_isreset = 0; in uhci_roothub_ctrl()
3726 if (sc->sc_isreset) in uhci_roothub_ctrl()
Dehci.c2518 sc->sc_isreset[index] = 0; in ehci_roothub_ctrl_locked()
2596 if (sc->sc_isreset[index]) i |= UPS_C_PORT_RESET; in ehci_roothub_ctrl_locked()
2669 sc->sc_isreset[index] = 1; in ehci_roothub_ctrl_locked()