Home
last modified time | relevance | path

Searched refs:bootctl (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/soc/intel/intel_adsp/ace/
Dpower.c37 DSPCS.bootctl[0].bctl |= DSPBR_BCTL_WAITIPPG; in power_init()
40 DSPCS.bootctl[0].bctl |= DSPBR_BCTL_WAITIPCG | DSPBR_BCTL_WAITIPPG; in power_init()
291 core_desc[cpu].bctl = DSPCS.bootctl[cpu].bctl; in pm_state_set()
292 DSPCS.bootctl[cpu].bctl &= ~DSPBR_BCTL_WAITIPCG; in pm_state_set()
351 battr = DSPCS.bootctl[cpu].battr & (~LPSCTL_BATTR_MASK); in pm_state_set()
353 DSPCS.bootctl[cpu].bctl &= ~DSPBR_BCTL_WAITIPPG; in pm_state_set()
354 DSPCS.bootctl[cpu].bctl &= ~DSPBR_BCTL_WAITIPCG; in pm_state_set()
357 DSPCS.bootctl[cpu].battr = battr; in pm_state_set()
384 DSPCS.bootctl[cpu].bctl |= in pm_state_exit_post_ops()
412 DSPCS.bootctl[cpu].bctl |= DSPBR_BCTL_WAITIPPG; in pm_state_exit_post_ops()
[all …]
Dmultiprocessing.c89 DSPCS.bootctl[i].baddr = (uint32_t)z_soc_mp_asm_entry; in soc_mp_init()
162 DSPCS.bootctl[cpu_num].battr |= DSPBR_BATTR_LPSCTL_BATTR_SLAVE_CORE; in soc_start_core()
205 DSPCS.bootctl[cpu].bctl |= DSPBR_BCTL_WAITIPPG; in soc_mp_startup()
208 DSPCS.bootctl[cpu].bctl |= DSPBR_BCTL_WAITIPCG | DSPBR_BCTL_WAITIPPG; in soc_mp_startup()
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace15_mtpm/
Dadsp_boot.h43 } bootctl[3]; member
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace20_lnl/
Dadsp_boot.h43 } bootctl[5]; member
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace30/
Dadsp_boot.h43 } bootctl[5]; member
/Zephyr-latest/soc/intel/intel_adsp/common/
Dboot.c152 ((void (*)(void))DSPCS.bootctl[prid].baddr)(); in boot_core0()