Searched refs:memif_data (Results 1 – 12 of 12) sorted by relevance
| /sound/soc/mediatek/common/ |
| A D | mtk-afe-fe-dai.c | 574 const struct mtk_base_memif_data *memif_data = afe->memif[id].data; in mtk_memif_set_pbuf_size() local 576 if (memif_data->pbuf_mask == 0 || memif_data->minlen_mask == 0) in mtk_memif_set_pbuf_size() 579 mtk_regmap_update_bits(afe->regmap, memif_data->pbuf_reg, in mtk_memif_set_pbuf_size() 580 memif_data->pbuf_mask, in mtk_memif_set_pbuf_size() 581 pbuf_size, memif_data->pbuf_shift); in mtk_memif_set_pbuf_size() 583 mtk_regmap_update_bits(afe->regmap, memif_data->minlen_reg, in mtk_memif_set_pbuf_size() 584 memif_data->minlen_mask, in mtk_memif_set_pbuf_size() 585 pbuf_size, memif_data->minlen_shift); in mtk_memif_set_pbuf_size()
|
| A D | mtk-afe-platform-driver.c | 86 const struct mtk_base_memif_data *memif_data = memif->data; in mtk_afe_pcm_pointer() local 89 int reg_ofs_base = memif_data->reg_ofs_base; in mtk_afe_pcm_pointer() 90 int reg_ofs_cur = memif_data->reg_ofs_cur; in mtk_afe_pcm_pointer()
|
| /sound/soc/mediatek/mt2701/ |
| A D | mt2701-afe-pcm.c | 404 const struct mtk_base_memif_data *memif_data; in mt2701_dlm_fe_startup() local 415 memif_data = afe->memif[i].data; in mt2701_dlm_fe_startup() 417 memif_data->agent_disable_reg, in mt2701_dlm_fe_startup() 418 1 << memif_data->agent_disable_shift, in mt2701_dlm_fe_startup() 419 0 << memif_data->agent_disable_shift); in mt2701_dlm_fe_startup() 429 const struct mtk_base_memif_data *memif_data; in mt2701_dlm_fe_shutdown() local 433 memif_data = afe->memif[i].data; in mt2701_dlm_fe_shutdown() 435 memif_data->agent_disable_reg, in mt2701_dlm_fe_shutdown() 436 1 << memif_data->agent_disable_shift, in mt2701_dlm_fe_shutdown() 437 1 << memif_data->agent_disable_shift); in mt2701_dlm_fe_shutdown()
|
| /sound/soc/mediatek/mt7986/ |
| A D | mt7986-afe-pcm.c | 197 static const struct mtk_base_memif_data memif_data[MT7986_MEMIF_NUM] = { variable 514 afe->memif[i].data = &memif_data[i]; in mt7986_afe_pcm_dev_probe()
|
| /sound/soc/mediatek/mt6797/ |
| A D | mt6797-afe-pcm.c | 388 static const struct mtk_base_memif_data memif_data[MT6797_MEMIF_NUM] = { variable 780 afe->memif[i].data = &memif_data[i]; in mt6797_afe_pcm_dev_probe()
|
| /sound/soc/mediatek/mt8183/ |
| A D | mt8183-afe-pcm.c | 482 static const struct mtk_base_memif_data memif_data[MT8183_MEMIF_NUM] = { variable 860 afe->memif[i].data = &memif_data[i]; in mt8183_afe_pcm_dev_probe()
|
| /sound/soc/mediatek/mt8173/ |
| A D | mt8173-afe-pcm.c | 702 static const struct mtk_base_memif_data memif_data[MT8173_AFE_MEMIF_NUM] = { variable 1114 afe->memif[i].data = &memif_data[i]; in mt8173_afe_pcm_dev_probe()
|
| /sound/soc/mediatek/mt8365/ |
| A D | mt8365-afe-pcm.c | 1621 static const struct mtk_base_memif_data memif_data[MT8365_AFE_MEMIF_NUM] = { variable 2188 afe->memif[i].data = &memif_data[i]; in mt8365_afe_pcm_dev_probe()
|
| /sound/soc/mediatek/mt8192/ |
| A D | mt8192-afe-pcm.c | 845 static const struct mtk_base_memif_data memif_data[MT8192_MEMIF_NUM] = { variable 2241 afe->memif[i].data = &memif_data[i]; in mt8192_afe_pcm_dev_probe()
|
| /sound/soc/mediatek/mt8195/ |
| A D | mt8195-afe-pcm.c | 1798 static const struct mtk_base_memif_data memif_data[MT8195_AFE_MEMIF_NUM] = { variable 3078 afe->memif[i].data = &memif_data[i]; in mt8195_afe_pcm_dev_probe()
|
| /sound/soc/mediatek/mt8188/ |
| A D | mt8188-afe-pcm.c | 1926 static const struct mtk_base_memif_data memif_data[MT8188_AFE_MEMIF_NUM] = { variable 3287 afe->memif[i].data = &memif_data[i]; in mt8188_afe_pcm_dev_probe()
|
| /sound/soc/mediatek/mt8186/ |
| A D | mt8186-afe-pcm.c | 1527 static const struct mtk_base_memif_data memif_data[MT8186_MEMIF_NUM] = { variable 2864 afe->memif[i].data = &memif_data[i]; in mt8186_afe_pcm_dev_probe()
|
Completed in 54 milliseconds