Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/mediatek/common/
Dmtk-afe-platform-driver.c87 const struct mtk_base_memif_data *memif_data = memif->data; in mtk_afe_pcm_pointer() local
90 int reg_ofs_base = memif_data->reg_ofs_base; in mtk_afe_pcm_pointer()
91 int reg_ofs_cur = memif_data->reg_ofs_cur; in mtk_afe_pcm_pointer()
/Linux-v4.19/sound/soc/mediatek/mt2701/
Dmt2701-afe-pcm.c385 const struct mtk_base_memif_data *memif_data; in mt2701_dlm_fe_startup() local
396 memif_data = afe->memif[i].data; in mt2701_dlm_fe_startup()
398 memif_data->agent_disable_reg, in mt2701_dlm_fe_startup()
399 1 << memif_data->agent_disable_shift, in mt2701_dlm_fe_startup()
400 0 << memif_data->agent_disable_shift); in mt2701_dlm_fe_startup()
410 const struct mtk_base_memif_data *memif_data; in mt2701_dlm_fe_shutdown() local
414 memif_data = afe->memif[i].data; in mt2701_dlm_fe_shutdown()
416 memif_data->agent_disable_reg, in mt2701_dlm_fe_shutdown()
417 1 << memif_data->agent_disable_shift, in mt2701_dlm_fe_shutdown()
418 1 << memif_data->agent_disable_shift); in mt2701_dlm_fe_shutdown()
[all …]
/Linux-v4.19/sound/soc/mediatek/mt6797/
Dmt6797-afe-pcm.c388 static const struct mtk_base_memif_data memif_data[MT6797_MEMIF_NUM] = { variable
812 afe->memif[i].data = &memif_data[i]; in mt6797_afe_pcm_dev_probe()
/Linux-v4.19/sound/soc/mediatek/mt8173/
Dmt8173-afe-pcm.c705 static const struct mtk_base_memif_data memif_data[MT8173_AFE_MEMIF_NUM] = { variable
1136 afe->memif[i].data = &memif_data[i]; in mt8173_afe_pcm_dev_probe()