Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mem.c883 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_tt_info()
1021 vdev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_virt_devices_depth_first()
1970 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()
2373 for (i = 0; i < HCS_MAX_PORTS(xhci->hcs_params1); i++) { in xhci_create_rhub_port_array()
2402 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
H A Dxhci-debugfs.c639 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_debugfs_create_ports()
H A Dxhci.h79 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0x7f) macro
H A Dxhci-ring.c1912 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h106 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0xff) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci.c894 int max_ports = HCS_MAX_PORTS(xhci_readl(&hccr->cr_hcsparams1)); in xhci_submit_root()