Home
last modified time | relevance | path

Searched refs:XHCI_ERSTBA_LO (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/usb/
Dxhcireg.h219 #define XHCI_ERSTBA_LO(n) (0x0030 + (0x20 * (n))) macro
Dxhci.c448 XRWRITE4(sc, XHCI_ERSTBA_LO(0), (uint32_t)paddr); in xhci_config()
452 XRREAD4(sc, XHCI_ERSTBA_HI(0)), XRREAD4(sc, XHCI_ERSTBA_LO(0)))); in xhci_config()
522 XRWRITE4(sc, XHCI_ERSTBA_LO(0), 0); in xhci_detach()
657 XRWRITE4(sc, XHCI_ERSTBA_LO(0), 0); in xhci_suspend()