Searched refs:hcs_params1 (Results 1 – 4 of 4) sorted by relevance
56 __le32 hcs_params1; member1425 __u32 hcs_params1; member
1623 endpoints = HCS_ENDPOINTS(pdev->hcs_params1) / 2; in cdnsp_get_ep_buffering()1835 pdev->hcs_params1 = readl(&pdev->cap_regs->hcs_params1); in cdnsp_gen_setup()
5423 u32 hcs_params1; in xhci_gen_setup() local5449 hcs_params1 = readl(&xhci->cap_regs->hcs_params1); in xhci_gen_setup()5457 xhci->max_slots = HCS_MAX_SLOTS(hcs_params1); in xhci_gen_setup()5458 xhci->max_ports = min(HCS_MAX_PORTS(hcs_params1), MAX_HC_PORTS); in xhci_gen_setup()5461 xhci->max_interrupters = min(HCS_MAX_INTRS(hcs_params1), MAX_HC_INTRS); in xhci_gen_setup()5462 else if (xhci->max_interrupters > HCS_MAX_INTRS(hcs_params1)) in xhci_gen_setup()5463 xhci->max_interrupters = HCS_MAX_INTRS(hcs_params1); in xhci_gen_setup()
67 __le32 hcs_params1; member