Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Duhub.c342 if (dev->ud_depth > USB_HUB_MAX_DEPTH) { in uhub_attach()
345 USB_HUB_MAX_DEPTH); in uhub_attach()
552 if (dev->ud_depth > USB_HUB_MAX_DEPTH) in uhub_explore()
Dusb.h757 #define USB_HUB_MAX_DEPTH 5 macro
Dxhci.c3695 if (dep > USB_HUB_MAX_DEPTH) in xhci_setup_route()