Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhcireg.h108 #define XHCI_CRCR_LO_CRR 0x00000008 /* RW - command ring running */ macro
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c1411 sc->opregs.crcr |= XHCI_CRCR_LO_CRR; in pci_xhci_complete_commands()
1529 sc->opregs.crcr &= ~XHCI_CRCR_LO_CRR; in pci_xhci_complete_commands()
2254 if (sc->opregs.crcr & XHCI_CRCR_LO_CRR) { in pci_xhci_hostop_write()
2265 if (!(sc->opregs.crcr & XHCI_CRCR_LO_CRR)) { in pci_xhci_hostop_write()
2409 value = sc->opregs.crcr & XHCI_CRCR_LO_CRR; in pci_xhci_hostop_read()