Searched refs:boot_reg (Results 1 – 4 of 4) sorted by relevance
196 void __iomem *boot_reg; in cpu_boot_reg() local198 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() local283 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 …]
76 void __iomem *boot_reg; in exynos_set_cpu_boot_addr() local81 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() local102 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()
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()
54 unsigned int boot_reg; member570 u32 offset = bdata->boot_reg; in omap_rproc_write_dsp_boot_addr()1159 &oproc->boot_data->boot_reg)) { in omap_rproc_get_boot_data()