Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h106 #define XHCI_CRCR_LO_CS 0x00000002 /* RW - command stop */ macro
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c2255 sc->opregs.crcr &= ~(XHCI_CRCR_LO_CS|XHCI_CRCR_LO_CA); in pci_xhci_hostop_write()
2257 (XHCI_CRCR_LO_CS|XHCI_CRCR_LO_CA); in pci_xhci_hostop_write()
2273 if (sc->opregs.crcr & XHCI_CRCR_LO_CS) { in pci_xhci_hostop_write()