Home
last modified time | relevance | path

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

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