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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h178 #define XHCI_ERSTBA_LO(n) (0x0030 + (0x20 * (n))) /* XHCI event ring segment table BA */ macro
H A Dxhci.c438 * XHCI_ERSTBA_LO and _HI lead to the XHCI to copy the
456 XWRITE4(sc, runt, XHCI_ERSTBA_LO(0), (uint32_t)addr);

Completed in 164 milliseconds