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

/freebsd-10.3-release/sys/dev/usb/controller/
H A Dxhcireg.h86 #define XHCI_STS_HCH 0x00000001 /* RO - Host Controller Halted */ macro
H A Dxhci.c477 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH;
516 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH;
1641 if (status & (XHCI_STS_PCD | XHCI_STS_HCH |
1648 if (status & XHCI_STS_HCH) {

Completed in 101 milliseconds