Home
last modified time | relevance | path

Searched refs:cpu_addr_fixup (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence.c120 if (pcie->ops && pcie->ops->cpu_addr_fixup) in cdns_pcie_set_outbound_region()
121 cpu_addr = pcie->ops->cpu_addr_fixup(pcie, cpu_addr); in cdns_pcie_set_outbound_region()
151 if (pcie->ops && pcie->ops->cpu_addr_fixup) in cdns_pcie_set_outbound_region_for_normal_msg()
152 cpu_addr = pcie->ops->cpu_addr_fixup(pcie, cpu_addr); in cdns_pcie_set_outbound_region_for_normal_msg()
H A Dpcie-cadence-host.c272 if (pcie->ops && pcie->ops->cpu_addr_fixup) in cdns_pcie_host_init_address_translation()
273 cpu_addr = pcie->ops->cpu_addr_fixup(pcie, cpu_addr); in cdns_pcie_host_init_address_translation()
H A Dpcie-cadence-plat.c33 .cpu_addr_fixup = cdns_plat_cpu_addr_fixup,
H A Dpcie-cadence.h49 u64 (*cpu_addr_fixup)(struct cdns_pcie *pcie, u64 cpu_addr); member
/linux/drivers/pci/controller/dwc/
H A Dpcie-visconti.c187 .cpu_addr_fixup = visconti_pcie_cpu_addr_fixup,
H A Dpcie-artpec6.c137 .cpu_addr_fixup = artpec6_pcie_cpu_addr_fixup,
H A Dpci-dra7xx.c517 .cpu_addr_fixup = dra7xx_pcie_cpu_addr_fixup,
H A Dpcie-designware.h502 u64 (*cpu_addr_fixup)(struct dw_pcie *pcie, u64 cpu_addr); member
H A Dpcie-designware.c1310 fixup = pci->ops ? pci->ops->cpu_addr_fixup : NULL; in dw_pcie_parent_bus_offset()