Searched refs:hc_capbase (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-grlib.c | 78 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 D | xhci-ext-caps.c | 86 void __iomem *base = &xhci->cap_regs->hc_capbase; in xhci_ext_cap_init()
|
H A D | ehci-brcm.c | 105 len = HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_brcm_reset()
|
H A D | xhci-debugfs.c | 148 void __iomem *base = &xhci->cap_regs->hc_capbase; in xhci_debugfs_extcap_regset() 668 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)), in xhci_debugfs_init()
|
H A D | ehci-hcd.c | 659 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_run() 685 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_setup()
|
H A D | oxu210hp-hcd.c | 98 u32 hc_capbase; member 3097 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset() 3103 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset() 3162 temp = HC_VERSION(readl(&oxu->caps->hc_capbase)); in oxu_run()
|
H A D | ehci-dbg.c | 784 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
|
H A D | xhci-dbgcap.c | 1242 base = &xhci->cap_regs->hc_capbase; in xhci_create_dbc_dev()
|
H A D | xhci.h | 48 * @hc_capbase: length of the capabilities register and HC version number 58 __le32 hc_capbase; member
|
H A D | xhci.c | 5215 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup() 5222 xhci->hci_version = HC_VERSION(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
|
H A D | xhci-mem.c | 2166 base = &xhci->cap_regs->hc_capbase; in xhci_setup_port_arrays()
|
H A D | xhci-tegra.c | 988 op_regs = tegra->regs + HC_LENGTH(readl(&cap_regs->hc_capbase)); in tegra_xusb_wait_for_falcon()
|
/openbmc/linux/include/linux/usb/ |
H A D | ehci_def.h | 21 u32 hc_capbase; member
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.c | 147 base = &pdev->cap_regs->hc_capbase; in cdnsp_set_chicken_bits_2() 161 base = &pdev->cap_regs->hc_capbase; in cdnsp_clear_chicken_bits_2() 1576 void __iomem *reg = &pdev->cap_regs->hc_capbase; in cdnsp_get_ep_buffering() 1774 void __iomem *reg = &pdev->cap_regs->hc_capbase; in cdnsp_get_rev_cap() 1794 HC_LENGTH(readl(&pdev->cap_regs->hc_capbase)); in cdnsp_gen_setup() 1800 pdev->hcc_params = readl(&pdev->cap_regs->hc_capbase); in cdnsp_gen_setup()
|
H A D | cdnsp-mem.c | 1153 base = &pdev->cap_regs->hc_capbase; in cdnsp_setup_port_arrays() 1162 base = &pdev->cap_regs->hc_capbase; in cdnsp_setup_port_arrays()
|
H A D | cdnsp-gadget.h | 55 __le32 hc_capbase; member
|
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 212 u32 hc_capbase; member
|
H A D | fotg210-hcd.c | 666 &fotg210->caps->hc_capbase)); in fill_registers_buffer() 5060 fotg210_readl(fotg210, &fotg210->caps->hc_capbase)); in fotg210_run() 5086 fotg210_readl(fotg210, &fotg210->caps->hc_capbase)); in fotg210_setup()
|
/openbmc/linux/drivers/usb/early/ |
H A D | ehci-dbgp.c | 888 ehci_regs = ehci_bar + EARLY_HC_LENGTH(readl(&ehci_caps->hc_capbase)); in early_dbgp_init()
|