Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/controller/
HDxhcireg.h106 #define XHCI_CRCR_LO_CS 0x00000002 /* RW - command stop */ macro
HDxhci.c252 temp &= ~(XHCI_CRCR_LO_CS | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked()
261 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS); in xhci_reset_command_queue_locked()
/freebsd-14-stable/usr.sbin/bhyve/
HDpci_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()