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

/freebsd-10.3-release/sys/dev/usb/controller/
H A Dxhcireg.h54 #define XHCI_HCS2_ERST_MAX(x) (((x) >> 4) & 0xF) macro
H A Dxhci.c623 sc->sc_erst_max = 1U << XHCI_HCS2_ERST_MAX(temp);

Completed in 116 milliseconds