Searched refs:dw_pcie_cfg_write (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/pci/host/ |
D | pcie-spear13xx.c | 168 dw_pcie_cfg_write(pp->dbi_base, exp_cap_off + PCI_EXP_DEVCTL, 4, val); in spear13xx_pcie_establish_link() 170 dw_pcie_cfg_write(pp->dbi_base, PCI_VENDOR_ID, 2, 0x104A); in spear13xx_pcie_establish_link() 171 dw_pcie_cfg_write(pp->dbi_base, PCI_DEVICE_ID, 2, 0xCD80); in spear13xx_pcie_establish_link() 183 dw_pcie_cfg_write(pp->dbi_base, exp_cap_off + in spear13xx_pcie_establish_link() 192 dw_pcie_cfg_write(pp->dbi_base, exp_cap_off + in spear13xx_pcie_establish_link()
|
D | pcie-designware.h | 80 int dw_pcie_cfg_write(void __iomem *addr, int where, int size, u32 val);
|
D | pcie-designware.c | 95 int dw_pcie_cfg_write(void __iomem *addr, int where, int size, u32 val) in dw_pcie_cfg_write() function 147 ret = dw_pcie_cfg_write(pp->dbi_base + (where & ~0x3), where, in dw_pcie_wr_own_conf() 617 ret = dw_pcie_cfg_write(pp->va_cfg0_base + address, where, size, in dw_pcie_wr_other_conf() 622 ret = dw_pcie_cfg_write(pp->va_cfg1_base + address, where, size, in dw_pcie_wr_other_conf()
|
D | pci-keystone-dw.c | 418 return dw_pcie_cfg_write(addr + (where & ~0x3), where, size, val); in ks_dw_pcie_wr_other_conf()
|
D | pci-exynos.c | 472 ret = dw_pcie_cfg_write(pp->dbi_base + (where & ~0x3), in exynos_pcie_wr_own_conf()
|