Searched refs:boot_reg (Results 1 – 4 of 4) sorted by relevance
194 void __iomem *boot_reg; in cpu_boot_reg() local196 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() local281 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 …]
84 void __iomem *boot_reg; in exynos_set_cpu_boot_addr() local89 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() local110 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()
160 void __iomem *boot_reg; in kona_boot_secondary() local177 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()
55 unsigned int boot_reg; member571 u32 offset = bdata->boot_reg; in omap_rproc_write_dsp_boot_addr()1158 &oproc->boot_data->boot_reg)) { in omap_rproc_get_boot_data()