Searched refs:ns_sram_base_addr (Results 1 - 1 of 1) sorted by path

/linux-master/arch/arm/mach-exynos/
H A Dmcpm-exynos.c28 static void __iomem *ns_sram_base_addr __ro_after_init;
221 * U-Boot SPL is hardcoded to jump to the start of ns_sram_base_addr
226 __raw_writel(0xe59f0000, ns_sram_base_addr); /* ldr r0, [pc, #0] */
227 __raw_writel(0xe12fff10, ns_sram_base_addr + 4); /* bx r0 */
228 __raw_writel(__pa_symbol(mcpm_entry_point), ns_sram_base_addr + 8); local
254 ns_sram_base_addr = of_iomap(node, 0);
256 if (!ns_sram_base_addr) {
275 iounmap(ns_sram_base_addr);

Completed in 326 milliseconds