Searched refs:memif_tmp (Results 1 – 1 of 1) sorted by relevance
367 struct mtk_base_afe_memif *memif_tmp; in mt2701_simple_fe_startup() local372 memif_tmp = &afe->memif[MT2701_MEMIF_DLM]; in mt2701_simple_fe_startup()373 if (memif_tmp->substream) { in mt2701_simple_fe_startup()403 struct mtk_base_afe_memif *memif_tmp; in mt2701_dlm_fe_startup() local408 memif_tmp = &afe->memif[i]; in mt2701_dlm_fe_startup()409 if (memif_tmp->substream) in mt2701_dlm_fe_startup()470 struct mtk_base_afe_memif *memif_tmp = &afe->memif[MT2701_MEMIF_DL1]; in mt2701_dlm_fe_trigger() local475 regmap_update_bits(afe->regmap, memif_tmp->data->enable_reg, in mt2701_dlm_fe_trigger()476 1 << memif_tmp->data->enable_shift, in mt2701_dlm_fe_trigger()477 1 << memif_tmp->data->enable_shift); in mt2701_dlm_fe_trigger()[all …]