Home
last modified time | relevance | path

Searched refs:bNbrPorts (Results 1 – 5 of 5) sorted by relevance

/u-boot/common/
A Dusb_hub.c659 for (i = 0; i < ((hub->desc.bNbrPorts + 1 + 7)/8); i++) in usb_hub_configure()
663 for (i = 0; i < ((hub->desc.bNbrPorts + 1 + 7)/8); i++) in usb_hub_configure()
667 dev->maxchild = descriptor->bNbrPorts; in usb_hub_configure()
/u-boot/drivers/usb/emul/
A Dsandbox_hub.c92 .bNbrPorts = SANDBOX_NUM_PORTS,
/u-boot/include/
A Dusb.h566 unsigned char bNbrPorts; member
/u-boot/drivers/usb/host/
A Dxhci.c1256 descriptor.hub.bNbrPorts = HCS_MAX_PORTS(reg); in xhci_lowlevel_init()
1257 printf("Register %x NbrPorts %d\n", reg, descriptor.hub.bNbrPorts); in xhci_lowlevel_init()
A Dehci-hcd.c1097 descriptor.hub.bNbrPorts = HCS_N_PORTS(reg); in ehci_common_init()
1098 debug("Register %x NbrPorts %d\n", reg, descriptor.hub.bNbrPorts); in ehci_common_init()

Completed in 12 milliseconds