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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h182 #define XHCI_ERDP_LO_BUSY 0x00000008 /* RW - event handler busy */ macro
H A Dxhci.c1158 addr |= XHCI_ERDP_LO_BUSY;
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c617 sc->rtsregs.intrreg.erdp |= XHCI_ERDP_LO_BUSY;
2083 (rts->intrreg.erdp & XHCI_ERDP_LO_BUSY) |
2085 if (value & XHCI_ERDP_LO_BUSY) {
2086 rts->intrreg.erdp &= ~XHCI_ERDP_LO_BUSY;

Completed in 115 milliseconds