Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/soc/intel/intel_adsp/ace/include/
Ddmic_regs.h221 #define CIC_CONTROL_CIC_START_A BIT(14) macro
/Zephyr-Core-3.7.0/soc/intel/intel_adsp/cavs/include/cavs25/
Ddmic_regs.h218 #define CIC_CONTROL_CIC_START_A BIT(14) macro
/Zephyr-Core-3.7.0/drivers/dai/intel/dmic/
Ddmic.c586 CIC_CONTROL_CIC_START_A | in dai_dmic_start()
588 FIELD_PREP(CIC_CONTROL_CIC_START_A, 1) | in dai_dmic_start()
597 CIC_CONTROL_CIC_START_A, in dai_dmic_start()
598 FIELD_PREP(CIC_CONTROL_CIC_START_A, 1)); in dai_dmic_start()
Ddmic_nhlt.c486 bf3 = FIELD_GET(CIC_CONTROL_CIC_START_A, val); in print_cic_control()
502 FIELD_PREP(CIC_CONTROL_CIC_START_A, bf3) | in print_cic_control()
745 val = (val & ~(CIC_CONTROL_CIC_START_A | CIC_CONTROL_CIC_START_B)); in dai_dmic_set_config_nhlt()