Home
last modified time | relevance | path

Searched refs:memif (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/soc/mediatek/
Dmtk-afe-pcm.c155 struct mtk_afe_memif memif[MTK_AFE_MEMIF_NUM]; member
177 struct mtk_afe_memif *memif = &afe->memif[rtd->cpu_dai->id]; in mtk_afe_pcm_pointer() local
179 return bytes_to_frames(substream->runtime, memif->hw_ptr); in mtk_afe_pcm_pointer()
546 struct mtk_afe_memif *memif = &afe->memif[rtd->cpu_dai->id]; in mtk_afe_dais_startup() local
549 memif->substream = substream; in mtk_afe_dais_startup()
581 struct mtk_afe_memif *memif = &afe->memif[rtd->cpu_dai->id]; in mtk_afe_dais_shutdown() local
583 memif->substream = NULL; in mtk_afe_dais_shutdown()
592 struct mtk_afe_memif *memif = &afe->memif[rtd->cpu_dai->id]; in mtk_afe_dais_hw_params() local
604 memif->phys_buf_addr = substream->runtime->dma_addr; in mtk_afe_dais_hw_params()
605 memif->buffer_size = substream->runtime->dma_bytes; in mtk_afe_dais_hw_params()
[all …]
/linux-4.4.14/drivers/dma/
Dat_xdmac.c201 u8 memif; /* Memory Interface */ member
355 | AT_XDMAC_CNDA_NDAIF(atchan->memif); in at_xdmac_start_xfer()
532 atchan->memif = AT91_XDMAC_DT_GET_MEM_IF(dma_spec->args[0]); in at_xdmac_xlate()
536 atchan->memif, atchan->perif, atchan->perid); in at_xdmac_xlate()
552 | AT_XDMAC_CC_DIF(atchan->memif) in at_xdmac_compute_chan_conf()
576 | AT_XDMAC_CC_SIF(atchan->memif) in at_xdmac_compute_chan_conf()