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

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

Completed in 115 milliseconds