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/
Dxhci.h506 uint16_t sc_erst_max; member
Dxhci.c384 XREAD4(sc, runt, XHCI_ERSTSZ(0)), sc->sc_erst_max); in xhci_start_controller()
386 XWRITE4(sc, runt, XHCI_ERSTSZ(0), XHCI_ERSTS_SET(sc->sc_erst_max)); in xhci_start_controller()
615 sc->sc_erst_max = 1U << XHCI_HCS2_ERST_MAX(temp); in xhci_init()
616 if (sc->sc_erst_max > XHCI_MAX_RSEG) in xhci_init()
617 sc->sc_erst_max = XHCI_MAX_RSEG; in xhci_init()