Home
last modified time | relevance | path

Searched refs:DMICLVSCTL_DCGD (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace20_lnl/
Ddmic_regs_ace2x.h59 #define DMICLVSCTL_DCGD BIT(30) macro
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace30/
Ddmic_regs_ace3x.h55 #define DMICLVSCTL_DCGD BIT(30) macro
/Zephyr-latest/drivers/dai/intel/dmic/
Ddmic.c291 sys_write32((sys_read32(dmic->vshim_base + DMICLVSCTL_OFFSET) | DMICLVSCTL_DCGD), in dai_dmic_dis_clk_gating()
303 sys_write32((sys_read32(dmic->vshim_base + DMICLVSCTL_OFFSET) & ~DMICLVSCTL_DCGD), in dai_dmic_en_clk_gating()