Home
last modified time | relevance | path

Searched refs:cap_regs (Results 1 – 14 of 14) sorted by relevance

/drivers/usb/host/
A Dehci-mv.c34 void __iomem *cap_regs; member
157 ehci_mv->cap_regs = in mv_ehci_probe()
159 offset = readl(ehci_mv->cap_regs) & CAPLENGTH_MASK; in mv_ehci_probe()
161 (void __iomem *) ((unsigned long) ehci_mv->cap_regs + offset); in mv_ehci_probe()
173 ehci->caps = (struct ehci_caps __iomem *) ehci_mv->cap_regs; in mv_ehci_probe()
A Dxhci-ext-caps.c86 void __iomem *base = &xhci->cap_regs->hc_capbase; in xhci_ext_cap_init()
A Dxhci-debugfs.c148 void __iomem *base = &xhci->cap_regs->hc_capbase; in xhci_debugfs_extcap_regset()
755 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)), in xhci_debugfs_init()
760 readl(&xhci->cap_regs->run_regs_off) & RTSOFF_MASK, in xhci_debugfs_init()
A Dxhci.c510 offset = readl(&xhci->cap_regs->db_off) & DBOFF_MASK; in xhci_set_doorbell_ptr()
511 xhci->dba = (void __iomem *)xhci->cap_regs + offset; in xhci_set_doorbell_ptr()
4201 readl(&xhci->cap_regs->hcs_params1))); in xhci_alloc_dev()
5407 xhci->cap_regs = hcd->regs; in xhci_gen_setup()
5409 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
5411 (readl(&xhci->cap_regs->run_regs_off) & RTSOFF_MASK); in xhci_gen_setup()
5413 xhci->hcs_params1 = readl(&xhci->cap_regs->hcs_params1); in xhci_gen_setup()
5414 xhci->hcs_params2 = readl(&xhci->cap_regs->hcs_params2); in xhci_gen_setup()
5415 xhci->hcs_params3 = readl(&xhci->cap_regs->hcs_params3); in xhci_gen_setup()
5417 xhci->hcc_params = readl(&xhci->cap_regs->hcc_params); in xhci_gen_setup()
[all …]
A Dxhci-pci.c745 reg = (void __iomem *) xhci->cap_regs + in xhci_ssic_port_unused_quirk()
778 reg = (void __iomem *) xhci->cap_regs + 0x80a4; in xhci_pme_quirk()
A Dxhci-hub.c112 reg = readl(&xhci->cap_regs->hcc_params); in xhci_create_usb3x_bos_desc()
117 reg = readl(&xhci->cap_regs->hcs_params3); in xhci_create_usb3x_bos_desc()
784 base = &xhci->cap_regs->hc_capbase; in xhci_port_is_tunneled()
A Dxhci-tegra.c983 struct xhci_cap_regs __iomem *cap_regs; in tegra_xusb_wait_for_falcon() local
988 cap_regs = tegra->regs; in tegra_xusb_wait_for_falcon()
989 op_regs = tegra->regs + HC_LENGTH(readl(&cap_regs->hc_capbase)); in tegra_xusb_wait_for_falcon()
A Dxhci-dbgcap.c1317 base = &xhci->cap_regs->hc_capbase; in xhci_create_dbc_dev()
A Dxhci.h1506 struct xhci_cap_regs __iomem *cap_regs; member
A Dxhci-mem.c2227 base = &xhci->cap_regs->hc_capbase; in xhci_setup_port_arrays()
/drivers/usb/cdns3/
A Dcdnsp-gadget.c154 base = &pdev->cap_regs->hc_capbase; in cdnsp_set_apb_timeout_value()
169 base = &pdev->cap_regs->hc_capbase; in cdnsp_set_chicken_bits_2()
183 base = &pdev->cap_regs->hc_capbase; in cdnsp_clear_chicken_bits_2()
1610 void __iomem *reg = &pdev->cap_regs->hc_capbase; in cdnsp_get_ep_buffering()
1808 void __iomem *reg = &pdev->cap_regs->hc_capbase; in cdnsp_get_rev_cap()
1828 pdev->cap_regs = pdev->regs; in cdnsp_gen_setup()
1830 HC_LENGTH(readl(&pdev->cap_regs->hc_capbase)); in cdnsp_gen_setup()
1832 (readl(&pdev->cap_regs->run_regs_off) & RTSOFF_MASK); in cdnsp_gen_setup()
1835 pdev->hcs_params1 = readl(&pdev->cap_regs->hcs_params1); in cdnsp_gen_setup()
1836 pdev->hcc_params = readl(&pdev->cap_regs->hc_capbase); in cdnsp_gen_setup()
[all …]
A Dcdnsp-mem.c1153 base = &pdev->cap_regs->hc_capbase; in cdnsp_setup_port_arrays()
1162 base = &pdev->cap_regs->hc_capbase; in cdnsp_setup_port_arrays()
1272 val = readl(&pdev->cap_regs->db_off); in cdnsp_mem_init()
1274 pdev->dba = (void __iomem *)pdev->cap_regs + val; in cdnsp_mem_init()
A Dcdnsp-gadget.h1415 struct cdnsp_cap_regs __iomem *cap_regs; member
/drivers/usb/phy/
A Dphy-mv-usb.h140 void __iomem *cap_regs; member

Completed in 64 milliseconds