sc_eintrs         406 dev/usb/ehci.c 	sc->sc_eintrs = EHCI_NORMAL_INTRS;
sc_eintrs         504 dev/usb/ehci.c 	EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs);
sc_eintrs         556 dev/usb/ehci.c 	eintrs = intrs & sc->sc_eintrs;
sc_eintrs         600 dev/usb/ehci.c 		sc->sc_eintrs &= ~eintrs;
sc_eintrs         601 dev/usb/ehci.c 		EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs);
sc_eintrs         614 dev/usb/ehci.c 		sc->sc_eintrs |= EHCI_STS_PCD;
sc_eintrs         616 dev/usb/ehci.c 		sc->sc_eintrs &= ~EHCI_STS_PCD;
sc_eintrs         617 dev/usb/ehci.c 	EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs);
sc_eintrs         858 dev/usb/ehci.c 			sc->sc_eintrs;
sc_eintrs         892 dev/usb/ehci.c 	if (EOREAD4(sc, EHCI_USBSTS) & sc->sc_eintrs)
sc_eintrs        1016 dev/usb/ehci.c 		EOWRITE4(sc, EHCI_USBINTR, sc->sc_eintrs);
sc_eintrs         129 dev/usb/ehcivar.h 	u_int32_t sc_eintrs;
sc_eintrs         691 dev/usb/ohci.c 	sc->sc_eintrs = OHCI_NORMAL_INTRS;
sc_eintrs         872 dev/usb/ohci.c 	OWRITE4(sc, OHCI_INTERRUPT_ENABLE, sc->sc_eintrs | OHCI_MIE);
sc_eintrs        1096 dev/usb/ohci.c 		if ((OREAD4(sc, OHCI_INTERRUPT_STATUS) & sc->sc_eintrs) &&
sc_eintrs        1145 dev/usb/ohci.c 	eintrs = intrs & sc->sc_eintrs;
sc_eintrs        1202 dev/usb/ohci.c 		sc->sc_eintrs &= ~eintrs;
sc_eintrs        1215 dev/usb/ohci.c 		sc->sc_eintrs |= OHCI_RHSC;
sc_eintrs        1218 dev/usb/ohci.c 		sc->sc_eintrs &= ~OHCI_RHSC;
sc_eintrs        1609 dev/usb/ohci.c 		intrs = OREAD4(sc, OHCI_INTERRUPT_STATUS) & sc->sc_eintrs;
sc_eintrs        1643 dev/usb/ohci.c 	if (OREAD4(sc, OHCI_INTERRUPT_STATUS) & sc->sc_eintrs)
sc_eintrs          98 dev/usb/ohcivar.h 	u_int32_t sc_eintrs;