Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhcireg.h87 #define XHCI_STS_HCH 0x00000001 /* RO - Host Controller Halted */ macro
H A Dxhci.c442 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_start_controller()
481 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH; in xhci_halt_controller()
1613 if (status & (XHCI_STS_PCD | XHCI_STS_HCH | in xhci_interrupt()
1619 if (status & XHCI_STS_HCH) { in xhci_interrupt()

Completed in 5 milliseconds