Searched refs:memif_tmp (Results 1 – 1 of 1) sorted by relevance
348 struct mtk_base_afe_memif *memif_tmp; in mt2701_simple_fe_startup() local353 memif_tmp = &afe->memif[MT2701_MEMIF_DLM]; in mt2701_simple_fe_startup()354 if (memif_tmp->substream) { in mt2701_simple_fe_startup()384 struct mtk_base_afe_memif *memif_tmp; in mt2701_dlm_fe_startup() local389 memif_tmp = &afe->memif[i]; in mt2701_dlm_fe_startup()390 if (memif_tmp->substream) in mt2701_dlm_fe_startup()451 struct mtk_base_afe_memif *memif_tmp = &afe->memif[MT2701_MEMIF_DL1]; in mt2701_dlm_fe_trigger() local456 regmap_update_bits(afe->regmap, memif_tmp->data->enable_reg, in mt2701_dlm_fe_trigger()457 1 << memif_tmp->data->enable_shift, in mt2701_dlm_fe_trigger()458 1 << memif_tmp->data->enable_shift); in mt2701_dlm_fe_trigger()[all …]