Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.h538 uint16_t sc_erst_max; member
H A Dxhci.c363 XREAD4(sc, runt, XHCI_ERSTSZ(0)), sc->sc_erst_max); in xhci_start_controller()
365 XWRITE4(sc, runt, XHCI_ERSTSZ(0), XHCI_ERSTS_SET(sc->sc_erst_max)); in xhci_start_controller()
609 sc->sc_erst_max = 1U << XHCI_HCS2_ERST_MAX(temp); in xhci_init()
610 if (sc->sc_erst_max > XHCI_MAX_RSEG) in xhci_init()
611 sc->sc_erst_max = XHCI_MAX_RSEG; in xhci_init()