Searched refs:memif_tmp (Results 1 – 1 of 1) sorted by relevance
369 struct mtk_base_afe_memif *memif_tmp; in mt2701_simple_fe_startup() local374 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() local410 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 …]