Searched refs:bNbrPorts (Results 1 – 5 of 5) sorted by relevance
659 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()
92 .bNbrPorts = SANDBOX_NUM_PORTS,
566 unsigned char bNbrPorts; member
1256 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()
1097 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 13 milliseconds