Home
last modified time | relevance | path

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

/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace20_lnl/
Ddmic_regs_ace2x.h24 #define DMICSYNC_CMDSYNC BIT(24) macro
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace30/
Ddmic_regs_ace3x.h22 #define DMICSYNC_CMDSYNC BIT(24) macro
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace15_mtpm/
Ddmic_regs_ace1x.h61 #define DMICSYNC_CMDSYNC BIT(16) macro
/Zephyr-latest/drivers/dai/intel/dmic/
Ddmic.c187 sys_write32(sys_read32(base + DMICSYNC_OFFSET) | DMICSYNC_CMDSYNC, in dai_dmic_set_sync_period()
192 sys_write32(sys_read32(base + DMICSYNC_OFFSET) | DMICSYNC_CMDSYNC, in dai_dmic_set_sync_period()
203 sys_write32(sys_read32(base + DMICSYNC_OFFSET) & ~DMICSYNC_CMDSYNC, in dai_dmic_clear_sync_period()
212 sys_write32(sys_read32(base + DMICSYNC_OFFSET) | DMICSYNC_CMDSYNC, in dai_dmic_sync_prepare()
221 __ASSERT_NO_MSG((sys_read32(base + DMICSYNC_OFFSET) & DMICSYNC_CMDSYNC) != 0); in dmic_sync_trigger()
227 if (!WAIT_FOR((sys_read32(base + DMICSYNC_OFFSET) & DMICSYNC_CMDSYNC) == 0, in dmic_sync_trigger()