Home
last modified time | relevance | path

Searched refs:hc_capbase (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-ext-caps.c86 void __iomem *base = &xhci->cap_regs->hc_capbase; in xhci_ext_cap_init()
H A Dxhci-debugfs.c148 void __iomem *base = &xhci->cap_regs->hc_capbase; in xhci_debugfs_extcap_regset()
790 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)), in xhci_debugfs_init()
H A Doxu210hp-hcd.c99 u32 hc_capbase; member
3073 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
3079 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
3138 temp = HC_VERSION(readl(&oxu->caps->hc_capbase)); in oxu_run()
H A Dehci-dbg.c784 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
H A Dxhci-dbgcap.c1484 base = &xhci->cap_regs->hc_capbase; in xhci_create_dbc_dev()
H A Dxhci-hub.c783 base = &xhci->cap_regs->hc_capbase; in xhci_port_is_tunneled()
H A Dxhci.h66 __le32 hc_capbase; member
H A Dxhci.c5445 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
5452 xhci->hci_version = HC_VERSION(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
H A Dxhci-mem.c2218 base = &xhci->cap_regs->hc_capbase; in xhci_setup_port_arrays()
H A Dxhci-tegra.c994 op_regs = tegra->regs + HC_LENGTH(readl(&cap_regs->hc_capbase)); in tegra_xusb_wait_for_falcon()
/linux/include/linux/usb/
H A Dehci_def.h21 u32 hc_capbase; member
/linux/drivers/usb/cdns3/
H 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()
1830 HC_LENGTH(readl(&pdev->cap_regs->hc_capbase)); in cdnsp_gen_setup()
1836 pdev->hcc_params = readl(&pdev->cap_regs->hc_capbase); in cdnsp_gen_setup()
H A Dcdnsp-mem.c1152 base = &pdev->cap_regs->hc_capbase; in cdnsp_setup_port_arrays()
1161 base = &pdev->cap_regs->hc_capbase; in cdnsp_setup_port_arrays()
H A Dcdnsp-gadget.h55 __le32 hc_capbase; member
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h212 u32 hc_capbase; member
H A Dfotg210-hcd.c662 &fotg210->caps->hc_capbase)); in fill_registers_buffer()
5055 fotg210_readl(fotg210, &fotg210->caps->hc_capbase)); in fotg210_run()
5081 fotg210_readl(fotg210, &fotg210->caps->hc_capbase)); in fotg210_setup()
/linux/drivers/usb/early/
H A Dehci-dbgp.c888 ehci_regs = ehci_bar + EARLY_HC_LENGTH(readl(&ehci_caps->hc_capbase)); in early_dbgp_init()