Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-dbg.c72 temp = xhci_readl(xhci, &xhci->cap_regs->hcs_params1); in xhci_print_cap_regs()
160 ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_print_ports()
Dxhci-mem.c809 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_free_tt_info()
1833 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_mem_cleanup()
2141 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
2286 val = HCS_MAX_SLOTS(xhci_readl(xhci, &xhci->cap_regs->hcs_params1)); in xhci_mem_init()
Dxhci.h61 __le32 hcs_params1; member
1412 __u32 hcs_params1; member
Dxhci.c270 HCS_MAX_INTRS(xhci->hcs_params1)); in xhci_setup_msix()
3896 if (port_num > HCS_MAX_PORTS(xhci->hcs_params1)) { in xhci_usb2_software_lpm_test()
4690 xhci->hcs_params1 = xhci_readl(xhci, &xhci->cap_regs->hcs_params1); in xhci_gen_setup()
Dxhci-ring.c1599 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()