Lines Matching refs:EHCI_USBSTS
496 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()
1008 hcr = EOREAD4(sc, EHCI_USBSTS) & EHCI_STS_HCH; in ehci_power()
1055 hcr = EOREAD4(sc, EHCI_USBSTS) & EHCI_STS_HCH; in ehci_power()
1194 EOREAD4(sc, EHCI_USBSTS), in ehci_dump_regs()
1534 EOREAD4(sc, EHCI_USBCMD), EOREAD4(sc, EHCI_USBSTS))); in ehci_sync_hc()
1537 EOREAD4(sc, EHCI_USBCMD), EOREAD4(sc, EHCI_USBSTS))); in ehci_sync_hc()
2761 EOREAD4(sc, EHCI_USBSTS))); in ehci_device_request()