Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/host/
Dpcie-spear13xx.c166 dw_pcie_cfg_read(pp->dbi_base, exp_cap_off + PCI_EXP_DEVCTL, 4, &val); in spear13xx_pcie_establish_link()
178 dw_pcie_cfg_read(pp->dbi_base, exp_cap_off + PCI_EXP_LNKCAP, 4, in spear13xx_pcie_establish_link()
187 dw_pcie_cfg_read(pp->dbi_base, exp_cap_off + PCI_EXP_LNKCTL2, 4, in spear13xx_pcie_establish_link()
Dpcie-designware.h79 int dw_pcie_cfg_read(void __iomem *addr, int where, int size, u32 *val);
Dpcie-designware.c81 int dw_pcie_cfg_read(void __iomem *addr, int where, int size, u32 *val) in dw_pcie_cfg_read() function
133 ret = dw_pcie_cfg_read(pp->dbi_base + (where & ~0x3), where, in dw_pcie_rd_own_conf()
592 ret = dw_pcie_cfg_read(pp->va_cfg0_base + address, where, size, in dw_pcie_rd_other_conf()
597 ret = dw_pcie_cfg_read(pp->va_cfg1_base + address, where, size, in dw_pcie_rd_other_conf()
Dpci-keystone-dw.c406 return dw_pcie_cfg_read(addr + (where & ~0x3), where, size, val); in ks_dw_pcie_rd_other_conf()
Dpci-exynos.c461 ret = dw_pcie_cfg_read(pp->dbi_base + (where & ~0x3), where, size, val); in exynos_pcie_rd_own_conf()