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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h108 #define XHCI_CRCR_LO_CA 0x00000004 /* RW - command abort */ macro
H A Dxhci.c304 temp &= ~(XHCI_CRCR_LO_CS | XHCI_CRCR_LO_CA);
316 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c1493 sc->opregs.crcr = crcr | (sc->opregs.crcr & XHCI_CRCR_LO_CA) | ccs;
2189 sc->opregs.crcr &= ~(XHCI_CRCR_LO_CS|XHCI_CRCR_LO_CA);
2191 (XHCI_CRCR_LO_CS|XHCI_CRCR_LO_CA);
2211 if (sc->opregs.crcr & XHCI_CRCR_LO_CA) {

Completed in 113 milliseconds