Searched refs:XHCI_CRCR_HI (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | xhcireg.h | 147 #define XHCI_CRCR_HI 0x1C /* XHCI command ring control */ macro
|
H A D | xhci.c | 438 XOWRITE4(sc, XHCI_CRCR_HI, (uint32_t)(paddr >> 32)); in xhci_config() 441 XOREAD4(sc, XHCI_CRCR_HI), XOREAD4(sc, XHCI_CRCR_LO), paddr)); in xhci_config() 529 XOWRITE4(sc, XHCI_CRCR_HI, 0); in xhci_detach() 664 XOWRITE4(sc, XHCI_CRCR_HI, 0); in xhci_suspend() 2039 XOWRITE4(sc, XHCI_CRCR_HI, 0); in xhci_command_abort()
|