Home
last modified time | relevance | path

Searched refs:XHCI_CRCR_LO_CA (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h106 #define XHCI_CRCR_LO_CA 0x00000004 /* RW - command abort */ macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c1499 sc->opregs.crcr = crcr | (sc->opregs.crcr & XHCI_CRCR_LO_CA) | ccs; in pci_xhci_complete_commands()
2230 sc->opregs.crcr &= ~(XHCI_CRCR_LO_CS|XHCI_CRCR_LO_CA); in pci_xhci_hostop_write()
2232 (XHCI_CRCR_LO_CS|XHCI_CRCR_LO_CA); in pci_xhci_hostop_write()
2252 if (sc->opregs.crcr & XHCI_CRCR_LO_CA) { in pci_xhci_hostop_write()