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/
Dxhci.h512 uint16_t sc_noscratch; member
Dxhci.c183 for (i = 0; i != sc->sc_noscratch; i++) { in xhci_iterate_hw_softc()
369 for (i = 0; i != sc->sc_noscratch; i++) { in xhci_start_controller()
604 sc->sc_noscratch = XHCI_HCS2_SPB_MAX(temp); in xhci_init()
606 if (sc->sc_noscratch > XHCI_MAX_SCRATCHPADS) { in xhci_init()
612 DPRINTF("Max scratch: %u\n", sc->sc_noscratch); in xhci_init()