Searched refs:bNbrPorts (Results 1 – 5 of 5) sorted by relevance
675 for (i = 0; i < ((hub->desc.bNbrPorts + 1 + 7)/8); i++) in usb_hub_configure()679 for (i = 0; i < ((hub->desc.bNbrPorts + 1 + 7)/8); i++) in usb_hub_configure()683 dev->maxchild = descriptor->bNbrPorts; in usb_hub_configure()
94 .bNbrPorts = SANDBOX_NUM_PORTS,
560 unsigned char bNbrPorts; member
1225 descriptor.hub.bNbrPorts = ((reg & HCS_MAX_PORTS_MASK) >> in xhci_lowlevel_init()1227 printf("Register %x NbrPorts %d\n", reg, descriptor.hub.bNbrPorts); in xhci_lowlevel_init()
1045 descriptor.hub.bNbrPorts = HCS_N_PORTS(reg); in ehci_common_init()1046 debug("Register %x NbrPorts %d\n", reg, descriptor.hub.bNbrPorts); in ehci_common_init()