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

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dxhcireg.h173 #define XHCI_ERSTSZ(n) (0x0028 + (0x20 * (n))) /* XHCI event ring segment table size */ macro
H A Dxhci.c476 XREAD4(sc, runt, XHCI_ERSTSZ(0)), temp);
478 XWRITE4(sc, runt, XHCI_ERSTSZ(0), XHCI_ERSTS_SET(temp));

Completed in 30 milliseconds