Searched refs:EHCI_USBSTS (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/mips/ralink/
H A Dralink_ehci.c130 EOREAD4(&sc->sc_ehci, EHCI_USBSTS),
/netbsd-current/sys/dev/usb/
H A Dehci.c679 hcr = EOREAD4(sc, EHCI_USBSTS) & EHCI_STS_HCH;
738 uint32_t intrs = EHCI_STS_INTRS(EOREAD4(sc, EHCI_USBSTS));
741 EOWRITE4(sc, EHCI_USBSTS, intrs); /* Acknowledge */
770 intrs = EHCI_STS_INTRS(EOREAD4(sc, EHCI_USBSTS));
776 EOREAD4(sc, EHCI_USBSTS), eintrs);
780 EOWRITE4(sc, EHCI_USBSTS, intrs); /* Acknowledge */
1359 new = EHCI_STS_INTRS(EOREAD4(sc, EHCI_USBSTS));
1366 if (EOREAD4(sc, EHCI_USBSTS) & sc->sc_eintrs) {
1477 hcr = EOREAD4(sc, EHCI_USBSTS) & (EHCI_STS_ASS | EHCI_STS_PSS);
1490 hcr = EOREAD4(sc, EHCI_USBSTS)
[all...]
H A Dehcireg.h120 #define EHCI_USBSTS 0x04 /* RO, RW, RWC Status register */ macro

Completed in 87 milliseconds