Searched refs:memif_data (Results 1 - 11 of 11) sorted by relevance

/linux-master/sound/soc/mediatek/common/
H A Dmtk-afe-platform-driver.c86 const struct mtk_base_memif_data *memif_data = memif->data; local
89 int reg_ofs_base = memif_data->reg_ofs_base;
90 int reg_ofs_cur = memif_data->reg_ofs_cur;
H A Dmtk-afe-fe-dai.c594 const struct mtk_base_memif_data *memif_data = afe->memif[id].data; local
596 if (memif_data->pbuf_mask == 0 || memif_data->minlen_mask == 0)
599 mtk_regmap_update_bits(afe->regmap, memif_data->pbuf_reg,
600 memif_data->pbuf_mask,
601 pbuf_size, memif_data->pbuf_shift);
603 mtk_regmap_update_bits(afe->regmap, memif_data->minlen_reg,
604 memif_data->minlen_mask,
605 pbuf_size, memif_data->minlen_shift);
/linux-master/sound/soc/mediatek/mt2701/
H A Dmt2701-afe-pcm.c404 const struct mtk_base_memif_data *memif_data; local
415 memif_data = afe->memif[i].data;
417 memif_data->agent_disable_reg,
418 1 << memif_data->agent_disable_shift,
419 0 << memif_data->agent_disable_shift);
429 const struct mtk_base_memif_data *memif_data; local
433 memif_data = afe->memif[i].data;
435 memif_data->agent_disable_reg,
436 1 << memif_data->agent_disable_shift,
437 1 << memif_data
[all...]
/linux-master/sound/soc/mediatek/mt6797/
H A Dmt6797-afe-pcm.c388 static const struct mtk_base_memif_data memif_data[MT6797_MEMIF_NUM] = { variable in typeref:struct:mtk_base_memif_data
780 afe->memif[i].data = &memif_data[i];
/linux-master/sound/soc/mediatek/mt7986/
H A Dmt7986-afe-pcm.c197 static const struct mtk_base_memif_data memif_data[MT7986_MEMIF_NUM] = { variable in typeref:struct:mtk_base_memif_data
514 afe->memif[i].data = &memif_data[i];
/linux-master/sound/soc/mediatek/mt8173/
H A Dmt8173-afe-pcm.c701 static const struct mtk_base_memif_data memif_data[MT8173_AFE_MEMIF_NUM] = { variable in typeref:struct:mtk_base_memif_data
1107 afe->memif[i].data = &memif_data[i];
/linux-master/sound/soc/mediatek/mt8183/
H A Dmt8183-afe-pcm.c427 static const struct mtk_base_memif_data memif_data[MT8183_MEMIF_NUM] = { variable in typeref:struct:mtk_base_memif_data
1158 afe->memif[i].data = &memif_data[i];
/linux-master/sound/soc/mediatek/mt8192/
H A Dmt8192-afe-pcm.c844 static const struct mtk_base_memif_data memif_data[MT8192_MEMIF_NUM] = { variable in typeref:struct:mtk_base_memif_data
2235 afe->memif[i].data = &memif_data[i];
/linux-master/sound/soc/mediatek/mt8195/
H A Dmt8195-afe-pcm.c1798 static const struct mtk_base_memif_data memif_data[MT8195_AFE_MEMIF_NUM] = { variable in typeref:struct:mtk_base_memif_data
3078 afe->memif[i].data = &memif_data[i];
/linux-master/sound/soc/mediatek/mt8188/
H A Dmt8188-afe-pcm.c1903 static const struct mtk_base_memif_data memif_data[MT8188_AFE_MEMIF_NUM] = { variable in typeref:struct:mtk_base_memif_data
3266 afe->memif[i].data = &memif_data[i];
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-pcm.c1526 static const struct mtk_base_memif_data memif_data[MT8186_MEMIF_NUM] = { variable in typeref:struct:mtk_base_memif_data
2857 afe->memif[i].data = &memif_data[i];

Completed in 294 milliseconds