dma_buf_phys      102 sound/soc/fsl/fsl_dma.c 	dma_addr_t dma_buf_phys;
dma_buf_phys      187 sound/soc/fsl/fsl_dma.c 		dma_private->dma_buf_next = dma_private->dma_buf_phys;
dma_buf_phys      435 sound/soc/fsl/fsl_dma.c 	dma_private->dma_buf_phys = substream->dma_buffer.addr;
dma_buf_phys      574 sound/soc/fsl/fsl_dma.c 	dma_private->dma_buf_end = dma_private->dma_buf_phys + buffer_size;
dma_buf_phys      575 sound/soc/fsl/fsl_dma.c 	dma_private->dma_buf_next = dma_private->dma_buf_phys +
dma_buf_phys      580 sound/soc/fsl/fsl_dma.c 		dma_private->dma_buf_next = dma_private->dma_buf_phys;
dma_buf_phys      740 sound/soc/fsl/fsl_dma.c 	if ((position < dma_private->dma_buf_phys) ||
dma_buf_phys      746 sound/soc/fsl/fsl_dma.c 	frames = bytes_to_frames(runtime, position - dma_private->dma_buf_phys);