Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/usb/controller/
H A Dxhci.h544 uint16_t sc_noscratch; member
H A Dxhci.c233 for (i = 0; i != sc->sc_noscratch; i++) { in xhci_iterate_hw_softc()
348 for (i = 0; i != sc->sc_noscratch; i++) { in xhci_start_controller()
598 sc->sc_noscratch = XHCI_HCS2_SPB_MAX(temp); in xhci_init()
600 if (sc->sc_noscratch > XHCI_MAX_SCRATCHPADS) { in xhci_init()
606 DPRINTF("Max scratch: %u\n", sc->sc_noscratch); in xhci_init()