Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence.c95 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()
H A Dpcie-cadence-plat.c37 .cpu_addr_fixup = cdns_plat_cpu_addr_fixup,
H A Dpcie-cadence-host.c534 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()
H A Dpcie-cadence.h257 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 Dpci-dra7xx.c517 .cpu_addr_fixup = dra7xx_pcie_cpu_addr_fixup,
H A Dpcie-designware.h471 u64 (*cpu_addr_fixup)(struct dw_pcie *pcie, u64 cpu_addr); member
525 * we previously required .cpu_addr_fixup() to convert them. We
526 * now rely on the devicetree instead. If .cpu_addr_fixup()
529 * If .cpu_addr_fixup() does not exist, we assume the offset is
H A Dpcie-designware.c1200 fixup = pci->ops ? pci->ops->cpu_addr_fixup : NULL; in dw_pcie_parent_bus_offset()