Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/mediatek/mt2701/
H A Dmt2701-afe-pcm.c369 struct mtk_base_afe_memif *memif_tmp; in mt2701_simple_fe_startup() local
374 memif_tmp = &afe->memif[MT2701_MEMIF_DLM]; in mt2701_simple_fe_startup()
375 if (memif_tmp->substream) { in mt2701_simple_fe_startup()
405 struct mtk_base_afe_memif *memif_tmp; in mt2701_dlm_fe_startup() local
410 memif_tmp = &afe->memif[i]; in mt2701_dlm_fe_startup()
411 if (memif_tmp->substream) in mt2701_dlm_fe_startup()
477 regmap_update_bits(afe->regmap, memif_tmp->data->enable_reg, in mt2701_dlm_fe_trigger()
478 1 << memif_tmp->data->enable_shift, in mt2701_dlm_fe_trigger()
479 1 << memif_tmp->data->enable_shift); in mt2701_dlm_fe_trigger()
485 regmap_update_bits(afe->regmap, memif_tmp->data->enable_reg, in mt2701_dlm_fe_trigger()
[all …]