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.c364 XREAD4(sc, runt, XHCI_ERSTSZ(0)), sc->sc_erst_max); in xhci_start_controller()
366 XWRITE4(sc, runt, XHCI_ERSTSZ(0), XHCI_ERSTS_SET(sc->sc_erst_max)); in xhci_start_controller()
612 sc->sc_erst_max = 1U << XHCI_HCS2_ERST_MAX(temp); in xhci_init()
613 if (sc->sc_erst_max > XHCI_MAX_RSEG) in xhci_init()
614 sc->sc_erst_max = XHCI_MAX_RSEG; in xhci_init()