Searched refs:XHCI_CRCR_HI (Results 1 – 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhcireg.h | 111 #define XHCI_CRCR_HI 0x1C /* XHCI command ring control */ macro
|
D | xhci.c | 266 XWRITE4(sc, oper, XHCI_CRCR_HI, 0); in xhci_reset_command_queue_locked() 269 XWRITE4(sc, oper, XHCI_CRCR_HI, 0); in xhci_reset_command_queue_locked() 301 XWRITE4(sc, oper, XHCI_CRCR_HI, (uint32_t)(addr >> 32)); in xhci_reset_command_queue_locked() 431 XWRITE4(sc, oper, XHCI_CRCR_HI, (uint32_t)(addr >> 32)); in xhci_start_controller()
|