Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
HDxhci.h33 #define XHCI_MAX_SCRATCHPADS 32 macro
67 volatile uint64_t qwSpBufPtr[XHCI_MAX_SCRATCHPADS];
418 struct usb_page_cache scratch_pc[XHCI_MAX_SCRATCHPADS];
422 struct usb_page scratch_pg[XHCI_MAX_SCRATCHPADS];
HDxhci.c220 for (i = 0; i != XHCI_MAX_SCRATCHPADS; i++) { in xhci_iterate_hw_softc()
412 if (sc->sc_noscratch > XHCI_MAX_SCRATCHPADS) { in xhci_start_controller()