Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-mem.c784 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_tt_info()
922 vdev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_virt_devices_depth_first()
1859 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()
2110 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_create_rhub_port_array()
2139 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
H A Dxhci-debugfs.c640 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_debugfs_create_ports()
H A Dxhci-pci.c908 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_pci_poweroff_late()
H A Dxhci.h78 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0x7f) macro
H A Dxhci-ring.c1916 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h105 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0xff) macro
H A Dxhci.c893 int max_ports = HCS_MAX_PORTS(xhci_readl(&hccr->cr_hcsparams1)); in xhci_submit_root()