Searched refs:dw_pcie_cfg_read (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/pci/host/ |
D | pcie-spear13xx.c | 166 dw_pcie_cfg_read(pp->dbi_base + exp_cap_off + PCI_EXP_DEVCTL, 2, &val); in spear13xx_pcie_establish_link() 178 dw_pcie_cfg_read(pp->dbi_base + exp_cap_off + PCI_EXP_LNKCAP, in spear13xx_pcie_establish_link() 187 dw_pcie_cfg_read(pp->dbi_base + exp_cap_off + PCI_EXP_LNKCTL2, in spear13xx_pcie_establish_link()
|
D | pcie-designware.h | 75 int dw_pcie_cfg_read(void __iomem *addr, int size, u32 *val);
|
D | pcie-designware.c | 74 int dw_pcie_cfg_read(void __iomem *addr, int size, u32 *val) in dw_pcie_cfg_read() function 136 ret = dw_pcie_cfg_read(pp->dbi_base + where, size, val); in dw_pcie_rd_own_conf() 592 ret = dw_pcie_cfg_read(va_cfg_base + where, size, val); in dw_pcie_rd_other_conf()
|
D | pci-keystone-dw.c | 396 return dw_pcie_cfg_read(addr + where, size, val); in ks_dw_pcie_rd_other_conf()
|
D | pci-exynos.c | 457 ret = dw_pcie_cfg_read(pp->dbi_base + where, size, val); in exynos_pcie_rd_own_conf()
|