Home
last modified time | relevance | path

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

/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/
Dadsp_imr_layout.h24 uint32_t imr_state; member
29 struct imr_state { struct
36 struct imr_state imr_state; member
/Zephyr-latest/soc/intel/intel_adsp/ace/include/
Dadsp_imr_layout.h22 uint32_t imr_state; member
29 struct imr_state { struct
35 struct imr_state imr_state; argument
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dpower.c265 imr_layout->imr_state.header.imr_ram_storage, in pm_state_imr_restore()
269 adsp_mm_restore_context(imr_layout->imr_state.header.imr_ram_storage+LP_SRAM_SIZE); in pm_state_imr_restore()
303 imr_layout->imr_state.header.adsp_imr_magic = ADSP_IMR_MAGIC_VALUE; in pm_state_set()
306 imr_layout->imr_state.header.imr_restore_vector = in pm_state_set()
308 imr_layout->imr_state.header.imr_ram_storage = global_imr_ram_storage; in pm_state_set()
338 imr_layout->imr_state.header.imr_restore_vector = in pm_state_set()
393 imr_layout->imr_state.header.adsp_imr_magic = 0; in pm_state_exit_post_ops()
394 imr_layout->imr_state.header.imr_restore_vector = NULL; in pm_state_exit_post_ops()
395 imr_layout->imr_state.header.imr_ram_storage = NULL; in pm_state_exit_post_ops()
/Zephyr-latest/soc/intel/intel_adsp/cavs/
Dpower.c158 imr_layout->imr_state.header = hdr; in pm_state_set()