Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dusb_hub.c213 static struct usb_hub_device hub_dev[USB_MAX_HUB];
226 if (usb_hub_index < USB_MAX_HUB) in usb_hub_allocate()
229 printf("ERROR: USB_MAX_HUB (%d) reached\n", USB_MAX_HUB); in usb_hub_allocate()
/openbmc/u-boot/include/
H A Dusb.h39 #define USB_MAX_HUB 16 macro