Home
last modified time | relevance | path

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

/sound/soc/amd/acp/
Dacp-platform.c230 u32 pos, buffersize; in acp_dma_pointer() local
233 buffersize = frames_to_bytes(substream->runtime, in acp_dma_pointer()
241 pos = do_div(bytescount, buffersize); in acp_dma_pointer()
/sound/soc/amd/ps/
Dps-pdm-dma.c246 u32 pos, buffersize; in acp63_pdm_dma_pointer() local
250 buffersize = frames_to_bytes(stream->runtime, in acp63_pdm_dma_pointer()
255 pos = do_div(bytescount, buffersize); in acp63_pdm_dma_pointer()
/sound/soc/amd/yc/
Dacp6x-pdm-dma.c245 u32 pos, buffersize; in acp6x_pdm_dma_pointer() local
249 buffersize = frames_to_bytes(stream->runtime, in acp6x_pdm_dma_pointer()
254 pos = do_div(bytescount, buffersize); in acp6x_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/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/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.c1033 u32 buffersize; in acp_dma_pointer() local
1065 buffersize = frames_to_bytes(runtime, runtime->buffer_size); in acp_dma_pointer()
1069 pos = do_div(bytescount, buffersize); in acp_dma_pointer()