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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h88 #define XHCI_STS_HCH 0x00000001 /* RO - Host Controller Halted */ macro
H A Dxhci.c483 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH;
522 temp = XREAD4(sc, oper, XHCI_USBSTS) & XHCI_STS_HCH;
1671 if (status & (XHCI_STS_PCD | XHCI_STS_HCH |
1677 if (status & XHCI_STS_HCH) {
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c291 #define XHCI_HALTED(sc) ((sc)->opregs.usbsts & XHCI_STS_HCH)
381 sc->opregs.usbsts &= ~XHCI_STS_HCH;
419 sc->opregs.usbsts |= XHCI_STS_HCH;
2828 sc->opregs.usbsts = XHCI_STS_HCH;

Completed in 103 milliseconds