Searched refs:bNbrPorts (Results 1 – 6 of 6) sorted by relevance
656 for (i = 0; i < ((hub->desc.bNbrPorts + 1 + 7)/8); i++) in usb_hub_configure()660 for (i = 0; i < ((hub->desc.bNbrPorts + 1 + 7)/8); i++) in usb_hub_configure()664 dev->maxchild = descriptor->bNbrPorts; in usb_hub_configure()
265 __u8 bNbrPorts; member
91 .bNbrPorts = SANDBOX_NUM_PORTS,
1216 descriptor.hub.bNbrPorts = ((reg & HCS_MAX_PORTS_MASK) >> in xhci_lowlevel_init()1218 printf("Register %x NbrPorts %d\n", reg, descriptor.hub.bNbrPorts); in xhci_lowlevel_init()
1055 descriptor.hub.bNbrPorts = HCS_N_PORTS(reg); in ehci_common_init()1056 debug("Register %x NbrPorts %d\n", reg, descriptor.hub.bNbrPorts); in ehci_common_init()
565 unsigned char bNbrPorts; member