Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Dehci.c496 hcr = EOREAD4(sc, EHCI_USBSTS) & EHCI_STS_HCH; in ehci_init()
526 u_int32_t intrs = EHCI_STS_INTRS(EOREAD4(sc, EHCI_USBSTS)); in ehci_intr()
529 EOWRITE4(sc, EHCI_USBSTS, intrs); /* Acknowledge */ in ehci_intr()
551 intrs = EHCI_STS_INTRS(EOREAD4(sc, EHCI_USBSTS)); in ehci_intr1()
557 sc, (u_int)intrs, EOREAD4(sc, EHCI_USBSTS), (u_int)eintrs)); in ehci_intr1()
561 EOWRITE4(sc, EHCI_USBSTS, intrs); /* Acknowledge */ in ehci_intr1()
870 intrs = EHCI_STS_INTRS(EOREAD4(sc, EHCI_USBSTS)) & in ehci_waitintr()
898 new = EHCI_STS_INTRS(EOREAD4(sc, EHCI_USBSTS)); in ehci_poll()
905 if (EOREAD4(sc, EHCI_USBSTS) & sc->sc_eintrs) in ehci_poll()
993 hcr = EOREAD4(sc, EHCI_USBSTS) & in ehci_power()
[all …]
Dehcireg.h123 #define EHCI_USBSTS 0x04 /* RO, RW, RWC Status register */ macro