Home
last modified time | relevance | path

Searched refs:hcs_params1 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h56 __le32 hcs_params1; member
1425 __u32 hcs_params1; member
H A Dcdnsp-gadget.c1623 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()
/linux/drivers/usb/host/
H A Dxhci.c5414 u32 hcs_params1; in xhci_gen_setup() local
5440 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()
H A Dxhci.h67 __le32 hcs_params1; member