Home
last modified time | relevance | path

Searched refs:HCS_MAX_PORTS (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-mem.c828 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_tt_info()
966 vdev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_virt_devices_depth_first()
1885 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()
2283 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_create_rhub_port_array()
2312 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
Dxhci-debugfs.c639 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_debugfs_create_ports()
Dxhci.h78 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0x7f) macro
Dxhci-ring.c1782 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch5654 + port_num = HCS_MAX_PORTS(reg);