Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-dbg.c80 (unsigned int) HCS_MAX_PORTS(temp)); in xhci_print_cap_regs()
160 ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_print_ports()
Dxhci-mem.c852 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_tt_info()
1818 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()
2181 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
Dxhci.h84 #define HCS_MAX_PORTS(p) (((p) >> 24) & 0x7f) macro
Dxhci-ring.c1504 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()