Home
last modified time | relevance | path

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

/sound/soc/amd/renoir/
Dacp3x-pdm-dma.c271 u32 pos, buffersize; in acp_pdm_dma_pointer() local
275 buffersize = frames_to_bytes(stream->runtime, in acp_pdm_dma_pointer()
280 pos = do_div(bytescount, buffersize); in acp_pdm_dma_pointer()
/sound/soc/amd/raven/
Dacp3x-pcm-dma.c300 u32 buffersize; in acp3x_dma_pointer() local
305 buffersize = frames_to_bytes(substream->runtime, in acp3x_dma_pointer()
310 pos = do_div(bytescount, buffersize); in acp3x_dma_pointer()
/sound/soc/amd/vangogh/
Dacp5x-pcm-dma.c295 u32 buffersize; in acp5x_dma_pointer() local
299 buffersize = frames_to_bytes(substream->runtime, in acp5x_dma_pointer()
304 pos = do_div(bytescount, buffersize); in acp5x_dma_pointer()
/sound/soc/amd/
Dacp-pcm-dma.c998 u32 buffersize; in acp_dma_pointer() local
1029 buffersize = frames_to_bytes(runtime, runtime->buffer_size); in acp_dma_pointer()
1033 pos = do_div(bytescount, buffersize); in acp_dma_pointer()