Home
last modified time | relevance | path

Searched refs:DMICLCTL_CPA (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace20_lnl/
Ddmic_regs_ace2x.h43 #define DMICLCTL_CPA BIT(23) macro
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace30/
Ddmic_regs_ace3x.h40 #define DMICLCTL_CPA BIT(23) macro
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace15_mtpm/
Ddmic_regs_ace1x.h140 #define DMICLCTL_CPA BIT(8) macro
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/
Ddmic_regs.h341 #define DMICLCTL_CPA BIT(8) macro
/Zephyr-latest/drivers/dai/intel/dmic/
Ddmic.c336 while (!(sys_read32(base + DMICLCTL_OFFSET) & DMICLCTL_CPA)) { in dai_dmic_en_power()