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

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

Completed in 39 milliseconds