Home
last modified time | relevance | path

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

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