Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci-mem.c925 for (i = 1; i < HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_free_virt_devices_depth_first()
1884 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()
1894 for (i = HCS_MAX_SLOTS(xhci->hcs_params1); i > 0; i--) in xhci_mem_cleanup()
2126 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_create_rhub_port_array()
2155 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
2412 val = HCS_MAX_SLOTS(readl(&xhci->cap_regs->hcs_params1)); in xhci_mem_init()
H A Dxhci.c302 intrs = min_t(u32, HCS_MAX_INTRS(xhci->hcs_params1), in xhci_zero_64b_regs()
4083 readl(&xhci->cap_regs->hcs_params1))); in xhci_alloc_dev()
5295 xhci->hcs_params1 = readl(&xhci->cap_regs->hcs_params1); in xhci_gen_setup()
5305 xhci->max_interrupters > HCS_MAX_INTRS(xhci->hcs_params1)) in xhci_gen_setup()
5306 xhci->max_interrupters = HCS_MAX_INTRS(xhci->hcs_params1); in xhci_gen_setup()
H A Dxhci-debugfs.c621 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_debugfs_create_ports()
H A Dxhci.h59 __le32 hcs_params1; member
1507 __u32 hcs_params1; member
H A Dxhci-pci.c867 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_pci_poweroff_late()
H A Dxhci-hub.c703 for (i = 1; i <= HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_enter_test_mode()
H A Dxhci-ring.c1391 for (i = 0; i <= HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_hc_died()
1996 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()
/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.h56 __le32 hcs_params1; member
1415 __u32 hcs_params1; member
H A Dcdnsp-gadget.c1606 endpoints = HCS_ENDPOINTS(pdev->hcs_params1) / 2; in cdnsp_get_ep_buffering()
1818 pdev->hcs_params1 = readl(&pdev->cap_regs->hcs_params1); in cdnsp_gen_setup()