Searched refs:XHCI_CRCR_LO (Results 1 - 2 of 2) sorted by relevance
| /third_party/FreeBSD/sys/dev/usb/controller/ |
| H A D | xhcireg.h | 104 #define XHCI_CRCR_LO 0x18 /* XHCI command ring control */ macro
|
| H A D | xhci.c | 252 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked() 264 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS); in xhci_reset_command_queue_locked() 267 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked() 274 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked() 299 XWRITE4(sc, oper, XHCI_CRCR_LO, ((uint32_t)addr) | XHCI_CRCR_LO_RCS); in xhci_reset_command_queue_locked() 429 XWRITE4(sc, oper, XHCI_CRCR_LO, ((uint32_t)addr) | XHCI_CRCR_LO_RCS); in xhci_start_controller()
|
Completed in 6 milliseconds