Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/usb/controller/
HDxhcireg.h181 #define XHCI_ERSTBA_LO(n) (0x0030 + (0x20 * (n))) /* XHCI event ring segment table BA */ macro
HDxhci.c404 XWRITE4(sc, runt, XHCI_ERSTBA_LO(0), (uint32_t)addr); in xhci_start_controller()