HomeSort by relevance Sort by last modified time
    Searched refs:HCS_N_PORTS (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/usb/host/
ehci.h 26 #define HCS_N_PORTS(p) (((p) >> 0) & 0xf)
ehci-hcd.c 150 int max_ports = HCS_N_PORTS(ehci_readl(&ctrl->hccr->cr_hcsparams));
210 int max_ports = HCS_N_PORTS(ehci_readl(&ctrl->hccr->cr_hcsparams));
1053 descriptor.hub.bNbrPorts = HCS_N_PORTS(reg);
    [all...]

Completed in 511 milliseconds