Home
last modified time | relevance | path

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

/trueos/sys/dev/usb/controller/
HDxhcireg.h86 #define XHCI_STS_HCH 0x00000001 /* RO - Host Controller Halted */ macro
HDxhci.c536 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_start_controller()
575 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_halt_controller()
1645 if (status & (XHCI_STS_PCD | XHCI_STS_HCH | in xhci_interrupt()
1652 if (status & XHCI_STS_HCH) { in xhci_interrupt()