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/
Dehci.c213 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_init_sub()
303 sc->sc_eintrs = EHCI_NORMAL_INTRS; in ehci_init()
1341 sc->sc_eintrs |= EHCI_STS_PCD; in ehci_pcd_enable()
1342 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_pcd_enable()
1416 if (!(status & sc->sc_eintrs)) { in ehci_interrupt()
1421 status &= sc->sc_eintrs; in ehci_interrupt()
1434 sc->sc_eintrs &= ~EHCI_STS_PCD; in ehci_interrupt()
1435 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_interrupt()
1447 sc->sc_eintrs &= ~status; in ehci_interrupt()
1448 EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs); in ehci_interrupt()
Dehci.h341 uint32_t sc_eintrs; /* Interrupt mask */ member