Home
last modified time | relevance | path

Searched refs:sc_eintrs (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c212 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_init_sub()
302 sc->sc_eintrs = EHCI_NORMAL_INTRS; in ehci_init()
1335 sc->sc_eintrs |= EHCI_STS_PCD; in ehci_pcd_enable()
1336 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_pcd_enable()
1410 if (!(status & sc->sc_eintrs)) { in ehci_interrupt()
1415 status &= sc->sc_eintrs; in ehci_interrupt()
1428 sc->sc_eintrs &= ~EHCI_STS_PCD; in ehci_interrupt()
1429 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_interrupt()
1441 sc->sc_eintrs &= ~status; in ehci_interrupt()
1442 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_interrupt()
[all...]
H A Dehci.h339 uint32_t sc_eintrs; member

Completed in 4 milliseconds