Searched refs:XHCI_HCS2_ERST_MAX (Results 1 - 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
H A D | xhcireg.h | 55 #define XHCI_HCS2_ERST_MAX(x) (((x) >> 4) & 0xF) macro |
H A D | xhci.c | 614 sc->sc_erst_max = 1U << XHCI_HCS2_ERST_MAX(temp); in xhci_init() |
Completed in 6 milliseconds