Home
last modified time | relevance | path

Searched refs:boot_reg (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm/mach-exynos/
H A Dplatsmp.c194 void __iomem *boot_reg; in cpu_boot_reg() local
196 boot_reg = cpu_boot_reg_base(); in cpu_boot_reg()
197 if (!boot_reg) in cpu_boot_reg()
200 boot_reg += 4*cpu; in cpu_boot_reg()
202 boot_reg += 4; in cpu_boot_reg()
203 return boot_reg; in cpu_boot_reg()
279 void __iomem *boot_reg = cpu_boot_reg(core_id); in exynos_set_boot_addr() local
281 if (IS_ERR(boot_reg)) { in exynos_set_boot_addr()
282 ret = PTR_ERR(boot_reg); in exynos_set_boot_addr()
285 writel_relaxed(boot_addr, boot_reg); in exynos_set_boot_addr()
[all …]
H A Dfirmware.c84 void __iomem *boot_reg; in exynos_set_cpu_boot_addr() local
89 boot_reg = sysram_ns_base_addr + 0x1c; in exynos_set_cpu_boot_addr()
97 boot_reg += 4 * cpu; in exynos_set_cpu_boot_addr()
99 writel_relaxed(boot_addr, boot_reg); in exynos_set_cpu_boot_addr()
105 void __iomem *boot_reg; in exynos_get_cpu_boot_addr() local
110 boot_reg = sysram_ns_base_addr + 0x1c; in exynos_get_cpu_boot_addr()
113 boot_reg += 4 * cpu; in exynos_get_cpu_boot_addr()
115 *boot_addr = readl_relaxed(boot_reg); in exynos_get_cpu_boot_addr()
/linux/arch/arm/mach-bcm/
H A Dplatsmp.c160 void __iomem *boot_reg; in kona_boot_secondary() local
177 boot_reg = ioremap((phys_addr_t)secondary_boot_addr, in kona_boot_secondary()
179 if (!boot_reg) { in kona_boot_secondary()
194 writel_relaxed(boot_val, boot_reg); in kona_boot_secondary()
200 while (!timeout && readl_relaxed(boot_reg) == boot_val) in kona_boot_secondary()
203 iounmap(boot_reg); in kona_boot_secondary()
/linux/drivers/remoteproc/
H A Domap_remoteproc.c55 unsigned int boot_reg; member
571 u32 offset = bdata->boot_reg; in omap_rproc_write_dsp_boot_addr()
1158 &oproc->boot_data->boot_reg)) { in omap_rproc_get_boot_data()