Searched refs:XHCI_CRCR_LO (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/usb/controller/ |
| D | xhcireg.h | 105 #define XHCI_CRCR_LO 0x18 /* XHCI command ring control */ macro
|
| D | xhci.c | 301 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked() 313 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS); in xhci_reset_command_queue_locked() 316 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked() 323 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked() 348 XWRITE4(sc, oper, XHCI_CRCR_LO, ((uint32_t)addr) | XHCI_CRCR_LO_RCS); in xhci_reset_command_queue_locked() 470 XWRITE4(sc, oper, XHCI_CRCR_LO, ((uint32_t)addr) | XHCI_CRCR_LO_RCS); in xhci_start_controller()
|
| /freebsd-12-stable/usr.sbin/bhyve/ |
| D | pci_xhci.c | 2189 case XHCI_CRCR_LO: in pci_xhci_hostop_write() 2345 case XHCI_CRCR_LO: /* 0x18 */ in pci_xhci_hostop_read()
|