Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-exynos/
Dplatsmp.c196 void __iomem *boot_reg; in cpu_boot_reg() local
198 boot_reg = cpu_boot_reg_base(); in cpu_boot_reg()
199 if (!boot_reg) in cpu_boot_reg()
202 boot_reg += 4*cpu; in cpu_boot_reg()
204 boot_reg += 4; in cpu_boot_reg()
205 return boot_reg; in cpu_boot_reg()
281 void __iomem *boot_reg = cpu_boot_reg(core_id); in exynos_set_boot_addr() local
283 if (IS_ERR(boot_reg)) { in exynos_set_boot_addr()
284 ret = PTR_ERR(boot_reg); in exynos_set_boot_addr()
287 writel_relaxed(boot_addr, boot_reg); in exynos_set_boot_addr()
[all …]
Dfirmware.c76 void __iomem *boot_reg; in exynos_set_cpu_boot_addr() local
81 boot_reg = sysram_ns_base_addr + 0x1c; in exynos_set_cpu_boot_addr()
89 boot_reg += 4 * cpu; in exynos_set_cpu_boot_addr()
91 writel_relaxed(boot_addr, boot_reg); in exynos_set_cpu_boot_addr()
97 void __iomem *boot_reg; in exynos_get_cpu_boot_addr() local
102 boot_reg = sysram_ns_base_addr + 0x1c; in exynos_get_cpu_boot_addr()
105 boot_reg += 4 * cpu; in exynos_get_cpu_boot_addr()
107 *boot_addr = readl_relaxed(boot_reg); in exynos_get_cpu_boot_addr()
/kernel/linux/linux-5.10/arch/arm/mach-bcm/
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()
/kernel/linux/linux-5.10/drivers/remoteproc/
Domap_remoteproc.c54 unsigned int boot_reg; member
570 u32 offset = bdata->boot_reg; in omap_rproc_write_dsp_boot_addr()
1159 &oproc->boot_data->boot_reg)) { in omap_rproc_get_boot_data()