Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-grlib.c78 u32 hc_capbase; in ehci_hcd_grlib_probe() local
120 hc_capbase = ehci_readl(ehci, &ehci->caps->hc_capbase); in ehci_hcd_grlib_probe()
121 if (HC_VERSION(ehci, hc_capbase) != GRUSBHC_HCIVERSION) { in ehci_hcd_grlib_probe()
H A Dxhci-ext-caps.c85 void __iomem *base = &xhci->cap_regs->hc_capbase; in xhci_ext_cap_init()
H A Dehci-mxc.c109 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_mxc_drv_probe()
H A Dehci-brcm.c101 len = HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_brcm_reset()
H A Dxhci-debugfs.c147 void __iomem *base = &xhci->cap_regs->hc_capbase; in xhci_debugfs_extcap_regset()
667 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)), in xhci_debugfs_init()
H A Dfotg210.h214 u32 hc_capbase; member
H A Dehci-hcd.c658 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_run()
684 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_setup()
H A Doxu210hp-hcd.c98 u32 hc_capbase; member
3096 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
3102 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
3161 temp = HC_VERSION(readl(&oxu->caps->hc_capbase)); in oxu_run()
H A Dxhci-dbgcap.c935 base = &xhci->cap_regs->hc_capbase; in xhci_do_dbc_init()
H A Dehci-dbg.c784 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
H A Dfotg210-hcd.c670 &fotg210->caps->hc_capbase)); in fill_registers_buffer()
5064 fotg210_readl(fotg210, &fotg210->caps->hc_capbase)); in fotg210_run()
5090 fotg210_readl(fotg210, &fotg210->caps->hc_capbase)); in fotg210_setup()
H A Dxhci.h55 __le32 hc_capbase; member
H A Dxhci-tegra.c926 op = tegra->regs + HC_LENGTH(readl(&cap->hc_capbase)); in tegra_xusb_load_firmware()
H A Dxhci.c5267 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
5274 xhci->hcc_params = readl(&xhci->cap_regs->hc_capbase); in xhci_gen_setup()
H A Dxhci-mem.c2426 base = &xhci->cap_regs->hc_capbase; in xhci_setup_port_arrays()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h35 u32 hc_capbase; member
/OK3568_Linux_fs/kernel/drivers/usb/early/
H A Dehci-dbgp.c888 ehci_regs = ehci_bar + EARLY_HC_LENGTH(readl(&ehci_caps->hc_capbase)); in early_dbgp_init()