Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-dbg.c73 temp = readl(&xhci->cap_regs->hcs_params1); in xhci_print_cap_regs()
177 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()
2213 num_ports = HCS_MAX_PORTS(xhci->hcs_params1); in xhci_setup_port_arrays()
2388 val = HCS_MAX_SLOTS(readl(&xhci->cap_regs->hcs_params1)); in xhci_mem_init()
Dxhci.h64 __le32 hcs_params1; member
1518 __u32 hcs_params1; member
Dxhci.c292 HCS_MAX_INTRS(xhci->hcs_params1)); in xhci_setup_msix()
3732 readl(&xhci->cap_regs->hcs_params1))); in xhci_alloc_dev()
4899 xhci->hcs_params1 = readl(&xhci->cap_regs->hcs_params1); in xhci_gen_setup()
Dxhci-ring.c1504 max_ports = HCS_MAX_PORTS(xhci->hcs_params1); in handle_port_status()