Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/usb/controller/
H A Dxhci.h35 #define XHCI_MAX_SCRATCHPADS 256 /* theoretical max is 1023 */ macro
69 volatile uint64_t qwSpBufPtr[XHCI_MAX_SCRATCHPADS];
432 struct usb_page_cache scratch_pc[XHCI_MAX_SCRATCHPADS];
436 struct usb_page scratch_pg[XHCI_MAX_SCRATCHPADS];
H A Dxhci.c657 if (sc->sc_noscratch > XHCI_MAX_SCRATCHPADS) { in xhci_init()
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_xhci.h63 #define XHCI_MAX_SCRATCHPADS 32 macro