Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/host/
Dpcie-spear13xx.c168 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()
Dpcie-designware.h80 int dw_pcie_cfg_write(void __iomem *addr, int where, int size, u32 val);
Dpcie-designware.c95 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()
Dpci-keystone-dw.c418 return dw_pcie_cfg_write(addr + (where & ~0x3), where, size, val); in ks_dw_pcie_wr_other_conf()
Dpci-exynos.c472 ret = dw_pcie_cfg_write(pp->dbi_base + (where & ~0x3), in exynos_pcie_wr_own_conf()