Home
last modified time | relevance | path

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

/Zephyr-latest/soc/intel/intel_adsp/ace/include/
Ddmic_regs.h278 #define FIR_CONTROL_START BIT(7) macro
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/
Ddmic_regs.h263 #define FIR_CONTROL_START BIT(7) macro
/Zephyr-latest/drivers/dai/intel/dmic/
Ddmic_nhlt.c524 bf1 = FIELD_GET(FIR_CONTROL_START, val); in print_fir_control()
538 ref = FIELD_PREP(FIR_CONTROL_START, bf1) | in print_fir_control()
618 val = (val & ~FIR_CONTROL_START) | FIR_CONTROL_MUTE; in configure_fir()
Ddmic.c624 FIR_CONTROL_START, in dai_dmic_start()
625 FIELD_PREP(FIR_CONTROL_START, start_fir)); in dai_dmic_start()