Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.h505 uint16_t sc_erst_max; member
H A Dxhci.c383 XREAD4(sc, runt, XHCI_ERSTSZ(0)), sc->sc_erst_max); in xhci_start_controller()
385 XWRITE4(sc, runt, XHCI_ERSTSZ(0), XHCI_ERSTS_SET(sc->sc_erst_max)); in xhci_start_controller()
614 sc->sc_erst_max = 1U << XHCI_HCS2_ERST_MAX(temp); in xhci_init()
615 if (sc->sc_erst_max > XHCI_MAX_RSEG) in xhci_init()
616 sc->sc_erst_max = XHCI_MAX_RSEG; in xhci_init()

Completed in 6 milliseconds