Home
last modified time | relevance | path

Searched refs:CIC_CONTROL_CIC_START_A_BIT (Results 1 – 3 of 3) sorted by relevance

/sof-2.7.6/src/drivers/intel/dmic/
Ddmic.c318 CIC_CONTROL_CIC_START_A_BIT | in dmic_start()
329 CIC_CONTROL_CIC_START_A_BIT, in dmic_start()
Ddmic_nhlt.c338 val = (val & ~(CIC_CONTROL_CIC_START_A_BIT | CIC_CONTROL_CIC_START_A_BIT)) | in dmic_set_config_nhlt()
/sof-2.7.6/src/include/sof/drivers/
Ddmic.h286 #define CIC_CONTROL_CIC_START_A_BIT BIT(14) macro