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()
5414 u32 hcs_params1; in xhci_gen_setup() local5440 hcs_params1 = readl(&xhci->cap_regs->hcs_params1); in xhci_gen_setup()5448 xhci->max_slots = HCS_MAX_SLOTS(hcs_params1); in xhci_gen_setup()5449 xhci->max_ports = min(HCS_MAX_PORTS(hcs_params1), MAX_HC_PORTS); in xhci_gen_setup()5452 xhci->max_interrupters = min(HCS_MAX_INTRS(hcs_params1), MAX_HC_INTRS); in xhci_gen_setup()5453 else if (xhci->max_interrupters > HCS_MAX_INTRS(hcs_params1)) in xhci_gen_setup()5454 xhci->max_interrupters = HCS_MAX_INTRS(hcs_params1); in xhci_gen_setup()
67 __le32 hcs_params1; member