Searched refs:LP_SRAM_BASE (Results 1 – 10 of 10) sorted by relevance
15 #define LP_SRAM_BASE (DT_REG_ADDR(DT_NODELABEL(sram1))) macro18 #define ROM_JUMP_ADDR (LP_SRAM_BASE + 0x10)
116 .start = (uint32_t)LP_SRAM_BASE,117 .end = (uint32_t)(LP_SRAM_BASE + LP_SRAM_SIZE),
49 bbzero((void *)LP_SRAM_BASE, LP_SRAM_SIZE); in lp_sram_init()
264 UINT_TO_POINTER(LP_SRAM_BASE)), in pm_state_imr_restore()322 memcpy(global_imr_ram_storage, (void *)LP_SRAM_BASE, LP_SRAM_SIZE); in pm_state_set()
149 org = LP_SRAM_BASE,
21 #define LP_SRAM_BASE (DT_REG_ADDR(DT_NODELABEL(sram1))) macro24 #define ROM_JUMP_ADDR (LP_SRAM_BASE + 0x10)
15 cached = (uint32_t *)LP_SRAM_BASE; in ZTEST()
142 bbzero((void *)LP_SRAM_BASE, LP_SRAM_SIZE); in lp_sram_init()
67 (__sparse_force void __sparse_cache *)LP_SRAM_BASE); in soc_start_core()
134 org = LP_SRAM_BASE,