Searched refs:XHCI_STS_HCH (Results 1 – 3 of 3) sorted by relevance
86 #define XHCI_STS_HCH 0x00000001 /* RO - Host Controller Halted */ macro
481 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_start_controller()520 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_halt_controller()1677 if (status & (XHCI_STS_PCD | XHCI_STS_HCH | in xhci_interrupt()1684 if (status & XHCI_STS_HCH) { in xhci_interrupt()
286 #define XHCI_HALTED(sc) ((sc)->opregs.usbsts & XHCI_STS_HCH)375 sc->opregs.usbsts &= ~XHCI_STS_HCH; in pci_xhci_usbcmd_write()413 sc->opregs.usbsts |= XHCI_STS_HCH; in pci_xhci_usbcmd_write()2817 sc->opregs.usbsts = XHCI_STS_HCH; in pci_xhci_init()