Home
last modified time | relevance | path

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

/Zephyr-latest/soc/intel/intel_adsp/ace/include/
Ddmic_regs.h218 #define CIC_CONTROL_CIC_START_B BIT(15) macro
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/
Ddmic_regs.h215 #define CIC_CONTROL_CIC_START_B BIT(15) macro
/Zephyr-latest/drivers/dai/intel/dmic/
Ddmic.c598 CIC_CONTROL_CIC_START_B, in dai_dmic_start()
600 FIELD_PREP(CIC_CONTROL_CIC_START_B, 1)); in dai_dmic_start()
615 CIC_CONTROL_CIC_START_B, in dai_dmic_start()
616 FIELD_PREP(CIC_CONTROL_CIC_START_B, 1)); in dai_dmic_start()
Ddmic_nhlt.c488 bf2 = FIELD_GET(CIC_CONTROL_CIC_START_B, val); in print_cic_control()
504 FIELD_PREP(CIC_CONTROL_CIC_START_B, bf2) | in print_cic_control()
750 val = (val & ~(CIC_CONTROL_CIC_START_A | CIC_CONTROL_CIC_START_B)); in dai_dmic_set_config_nhlt()