Home
last modified time | relevance | path

Searched refs:remap_base (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/remoteproc/
H A Dmeson_mx_ao_arc.c47 void __iomem *remap_base; member
71 writel(tmp, priv->remap_base + AO_REMAP_REG0); in meson_mx_ao_arc_rproc_start()
80 writel(0x0, priv->remap_base + AO_REMAP_REG1); in meson_mx_ao_arc_rproc_start()
192 priv->remap_base = devm_platform_ioremap_resource_byname(pdev, "remap"); in meson_mx_ao_arc_rproc_probe()
193 if (IS_ERR(priv->remap_base)) { in meson_mx_ao_arc_rproc_probe()
194 ret = PTR_ERR(priv->remap_base); in meson_mx_ao_arc_rproc_probe()
/openbmc/linux/arch/x86/include/asm/uv/
H A Duv_hub.h470 unsigned long remap_base = uv_hub_info->lowmem_remap_base; in uv_gpa_to_soc_phys_ram() local
479 if (paddr >= remap_base && paddr < remap_base + remap_top) in uv_gpa_to_soc_phys_ram()
480 paddr -= remap_base; in uv_gpa_to_soc_phys_ram()