Searched refs:XHCI_CRCR_HI (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/controller/
H A Dxhcireg.h109 #define XHCI_CRCR_HI 0x1C /* XHCI command ring control */ macro
H A Dxhci.c309 XWRITE4(sc, oper, XHCI_CRCR_HI, 0);
312 XWRITE4(sc, oper, XHCI_CRCR_HI, 0);
344 XWRITE4(sc, oper, XHCI_CRCR_HI, (uint32_t)(addr >> 32));
465 XWRITE4(sc, oper, XHCI_CRCR_HI, (uint32_t)(addr >> 32));

Completed in 198 milliseconds