Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.h34 #define XHCI_MAX_SCRATCHPADS 256 /* theoretical max is 1023 */ macro
68 volatile uint64_t qwSpBufPtr[XHCI_MAX_SCRATCHPADS];
457 struct usb_page_cache scratch_pc[XHCI_MAX_SCRATCHPADS];
461 struct usb_page scratch_pg[XHCI_MAX_SCRATCHPADS];
H A Dxhci.c600 if (sc->sc_noscratch > XHCI_MAX_SCRATCHPADS) { in xhci_init()
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h61 #define XHCI_MAX_SCRATCHPADS 32 macro