Home
last modified time | relevance | path

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

/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace20_lnl/
Ddmic_regs_ace2x.h18 #define DMICSYNC_SYNCPU BIT(20) macro
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace30/
Ddmic_regs_ace3x.h16 #define DMICSYNC_SYNCPU BIT(20) macro
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace15_mtpm/
Ddmic_regs_ace1x.h58 #define DMICSYNC_SYNCPU BIT(15) macro
/Zephyr-latest/drivers/dai/intel/dmic/
Ddmic.c179 sys_write32(sys_read32(base + DMICSYNC_OFFSET) | DMICSYNC_SYNCPU, in dai_dmic_set_sync_period()
182 if (!WAIT_FOR((sys_read32(base + DMICSYNC_OFFSET) & DMICSYNC_SYNCPU) == 0, 1000, in dai_dmic_set_sync_period()