Searched refs:hcs_params1 (Results 1 – 3 of 3) 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()
5429 u32 hcs_params1; in xhci_gen_setup() local5455 hcs_params1 = readl(&xhci->cap_regs->hcs_params1); in xhci_gen_setup()5463 xhci->max_slots = HCS_MAX_SLOTS(hcs_params1); in xhci_gen_setup()5464 xhci->max_ports = min(HCS_MAX_PORTS(hcs_params1), MAX_HC_PORTS); in xhci_gen_setup()5467 xhci->max_interrupters = min(HCS_MAX_INTRS(hcs_params1), MAX_HC_INTRS); in xhci_gen_setup()5468 else if (xhci->max_interrupters > HCS_MAX_INTRS(hcs_params1)) in xhci_gen_setup()5469 xhci->max_interrupters = HCS_MAX_INTRS(hcs_params1); in xhci_gen_setup()