Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/host/
Dpcie-spear13xx.c168 dw_pcie_cfg_write(pp->dbi_base + exp_cap_off + PCI_EXP_DEVCTL, 2, 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.h76 int dw_pcie_cfg_write(void __iomem *addr, int size, u32 val);
Dpcie-designware.c95 int dw_pcie_cfg_write(void __iomem *addr, int size, u32 val) in dw_pcie_cfg_write() function
149 ret = dw_pcie_cfg_write(pp->dbi_base + where, size, val); in dw_pcie_wr_own_conf()
626 ret = dw_pcie_cfg_write(va_cfg_base + where, size, val); in dw_pcie_wr_other_conf()
Dpci-keystone-dw.c408 return dw_pcie_cfg_write(addr + where, size, val); in ks_dw_pcie_wr_other_conf()
Dpci-exynos.c468 ret = dw_pcie_cfg_write(pp->dbi_base + where, size, val); in exynos_pcie_wr_own_conf()