Searched refs:XHCI_STS_HCH (Results 1 – 4 of 4) sorted by relevance
86 #define XHCI_STS_HCH 0x00000001 /* RO - Host Controller Halted */ macro
1661 return (xhci_reg_poll(xhcip, XHCI_R_OPER, XHCI_USBSTS, XHCI_STS_HCH, in xhci_controller_stop()1662 XHCI_STS_HCH, 50, 10)); in xhci_controller_stop()1790 XHCI_STS_HCH, 0, 500, 10)); in xhci_controller_start()
122 #define XHCI_STS_HCH 0x00000001 /* RO - HC Halted */ macro
293 #define XHCI_HALTED(sc) ((sc)->opregs.usbsts & XHCI_STS_HCH)383 sc->opregs.usbsts &= ~XHCI_STS_HCH; in pci_xhci_usbcmd_write()421 sc->opregs.usbsts |= XHCI_STS_HCH; in pci_xhci_usbcmd_write()2971 sc->opregs.usbsts = XHCI_STS_HCH; in pci_xhci_init()