Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dxhci-mem.c806 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_tt_info()
940 vdev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_virt_devices_depth_first()
950 for (i = 1; i < HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_free_virt_devices_depth_first()
1858 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()
1868 for (i = HCS_MAX_SLOTS(xhci->hcs_params1); i > 0; i--) in xhci_mem_cleanup()
2256 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_create_rhub_port_array()
2285 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
2418 val = HCS_MAX_SLOTS(readl(&xhci->cap_regs->hcs_params1)); in xhci_mem_init()
A Dxhci-debugfs.c639 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_debugfs_create_ports()
A Dxhci.c269 intrs = min_t(u32, HCS_MAX_INTRS(xhci->hcs_params1), in xhci_zero_64b_regs()
339 HCS_MAX_INTRS(xhci->hcs_params1)); in xhci_setup_msix()
4068 readl(&xhci->cap_regs->hcs_params1))); in xhci_alloc_dev()
5282 xhci->hcs_params1 = readl(&xhci->cap_regs->hcs_params1); in xhci_gen_setup()
A Dxhci.h55 __le32 hcs_params1; member
1763 __u32 hcs_params1; member
A Dxhci-ring.c1239 for (i = 0; i <= HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_hc_died()
1918 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()
A Dxhci-hub.c715 for (i = 1; i <= HCS_MAX_SLOTS(xhci->hcs_params1); i++) { in xhci_enter_test_mode()
/linux/drivers/usb/cdns3/
A Dcdnsp-gadget.h56 __le32 hcs_params1; member
1410 __u32 hcs_params1; member
A Dcdnsp-gadget.c1593 endpoints = HCS_ENDPOINTS(pdev->hcs_params1) / 2; in cdnsp_get_ep_buffering()
1803 pdev->hcs_params1 = readl(&pdev->cap_regs->hcs_params1); in cdnsp_gen_setup()

Completed in 45 milliseconds