Home
last modified time | relevance | path

Searched defs:xhci_hw_softc (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h427 struct xhci_hw_softc { struct
428 struct usb_page_cache root_pc;
429 struct usb_page_cache ctx_pc;
430 struct usb_page_cache scratch_pc[XHCI_MAX_SCRATCHPADS];
432 struct usb_page root_pg;
433 struct usb_page ctx_pg;
434 struct usb_page scratch_pg[XHCI_MAX_SCRATCHPADS];
436 struct xhci_hw_dev devs[XHCI_MAX_DEVICES + 1];