Home
last modified time | relevance | path

Searched refs:USB_MAXCHILDREN (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/
A Dusb.h38 #define USB_MAXCHILDREN 8 /* This is arbitrary */ macro
146 struct usb_device *children[USB_MAXCHILDREN];
574 __u8 DeviceRemovable[(USB_MAXCHILDREN + 1 + 7) / 8];
575 __u8 PortPowerCtrlMask[(USB_MAXCHILDREN + 1 + 7) / 8];
593 int overcurrent_count[USB_MAXCHILDREN]; /* Over-current counter */
/u-boot/common/
A Dusb_hub.c655 memset(bitmap, 0xff, (USB_MAXCHILDREN+1+7)/8); in usb_hub_configure()
657 memset(bitmap, 0xff, (USB_MAXCHILDREN+1+7)/8); /* PowerMask = 1B */ in usb_hub_configure()
A Dusb.c888 for (i = 0; i < USB_MAXCHILDREN; i++) in usb_alloc_new_device()
/u-boot/drivers/usb/musb/
A Dmusb_hcd.c411 for (chid = 0; chid < USB_MAXCHILDREN; chid++) in config_hub_port()

Completed in 10 milliseconds