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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h105 #define XHCI_CRCR_LO 0x18 /* XHCI command ring control */ macro
H A Dxhci.c301 temp = XREAD4(sc, oper, XHCI_CRCR_LO);
313 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS);
316 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA);
323 temp = XREAD4(sc, oper, XHCI_CRCR_LO);
348 XWRITE4(sc, oper, XHCI_CRCR_LO, ((uint32_t)addr) | XHCI_CRCR_LO_RCS);
470 XWRITE4(sc, oper, XHCI_CRCR_LO, ((uint32_t)addr) | XHCI_CRCR_LO_RCS);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c2187 case XHCI_CRCR_LO:
2342 case XHCI_CRCR_LO: /* 0x18 */

Completed in 165 milliseconds