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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h175 #define XHCI_ERSTSZ(n) (0x0028 + (0x20 * (n))) /* XHCI event ring segment table size */ macro
H A Dxhci.c415 XREAD4(sc, runt, XHCI_ERSTSZ(0)), sc->sc_erst_max);
417 XWRITE4(sc, runt, XHCI_ERSTSZ(0), XHCI_ERSTS_SET(sc->sc_erst_max));

Completed in 110 milliseconds