Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/host/
Dpcie-spear13xx.c166 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()
Dpcie-designware.h75 int dw_pcie_cfg_read(void __iomem *addr, int size, u32 *val);
Dpcie-designware.c74 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()
Dpci-keystone-dw.c396 return dw_pcie_cfg_read(addr + where, size, val); in ks_dw_pcie_rd_other_conf()
Dpci-exynos.c457 ret = dw_pcie_cfg_read(pp->dbi_base + where, size, val); in exynos_pcie_rd_own_conf()