Searched refs:cpu_addr_fixup (Results 1 – 8 of 8) sorted by relevance
95 if (pcie->ops->cpu_addr_fixup) in cdns_pcie_set_outbound_region() 96 cpu_addr = pcie->ops->cpu_addr_fixup(pcie, cpu_addr); in cdns_pcie_set_outbound_region() 126 if (pcie->ops->cpu_addr_fixup) in cdns_pcie_set_outbound_region_for_normal_msg() 127 cpu_addr = pcie->ops->cpu_addr_fixup(pcie, cpu_addr); in cdns_pcie_set_outbound_region_for_normal_msg()
37 .cpu_addr_fixup = cdns_plat_cpu_addr_fixup,
534 if (pcie->ops->cpu_addr_fixup) in cdns_pcie_host_init_address_translation() 535 cpu_addr = pcie->ops->cpu_addr_fixup(pcie, cpu_addr); in cdns_pcie_host_init_address_translation()
257 u64 (*cpu_addr_fixup)(struct cdns_pcie *pcie, u64 cpu_addr); member
187 .cpu_addr_fixup = visconti_pcie_cpu_addr_fixup,
517 .cpu_addr_fixup = dra7xx_pcie_cpu_addr_fixup,
471 u64 (*cpu_addr_fixup)(struct dw_pcie *pcie, u64 cpu_addr); member 525 * we previously required .cpu_addr_fixup() to convert them. We526 * now rely on the devicetree instead. If .cpu_addr_fixup()529 * If .cpu_addr_fixup() does not exist, we assume the offset is
1200 fixup = pci->ops ? pci->ops->cpu_addr_fixup : NULL; in dw_pcie_parent_bus_offset()