Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dusb_hub.c675 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()
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_hub.c94 .bNbrPorts = SANDBOX_NUM_PORTS,
/rk3399_rockchip-uboot/include/
H A Dusb.h560 unsigned char bNbrPorts; member
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c1225 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()
H A Dehci-hcd.c1045 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()