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

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

Completed in 112 milliseconds