Searched refs:HCS_MAX_PORTS (Results 1 – 2 of 2) sorted by relevance
934 int max_ports = HCS_MAX_PORTS(xhci_readl(&hccr->cr_hcsparams1)); in xhci_submit_root()1256 descriptor.hub.bNbrPorts = HCS_MAX_PORTS(reg); in xhci_lowlevel_init()
105 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0xff) macro
Completed in 10 milliseconds