Home
last modified time | relevance | path

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

/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace20_lnl/
Dadsp_power.h48 #define ACE_PWRSTS ((volatile struct ace_pwrsts *)PWRSTS_REG) macro
89 return (ACE_PWRSTS->dsphpxpgs & BIT(cpu_num)) == BIT(cpu_num); in soc_cpu_is_powered()
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace15_mtpm/
Dadsp_power.h47 #define ACE_PWRSTS ((volatile struct ace_pwrsts *) &ACE_DfPMCCU.dfpwrsts) macro
88 return (ACE_PWRSTS->dsphpxpgs & BIT(cpu_num)) == BIT(cpu_num); in soc_cpu_is_powered()
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace30/
Dadsp_power.h56 #define ACE_PWRSTS ((volatile struct ace_pwrsts *)&ACE_DfPMCCU.dfpwrsts) macro
/Zephyr-latest/drivers/power_domain/
Dpower_domain_intel_adsp.c34 if (!WAIT_FOR(sys_read16((mem_addr_t)ACE_PWRSTS) & BIT(bits->CPA_bit), in pd_intel_adsp_set_power_enable()