Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.h511 uint16_t sc_noscratch; member
H A Dxhci.c182 for (i = 0; i != sc->sc_noscratch; i++) { in xhci_iterate_hw_softc()
368 for (i = 0; i != sc->sc_noscratch; i++) { in xhci_start_controller()
603 sc->sc_noscratch = XHCI_HCS2_SPB_MAX(temp); in xhci_init()
605 if (sc->sc_noscratch > XHCI_MAX_SCRATCHPADS) { in xhci_init()
611 DPRINTF("Max scratch: %u\n", sc->sc_noscratch); in xhci_init()

Completed in 6 milliseconds