Lines Matching refs:buffer_bytes
197 chan_data->ptr_data.buffer_bytes = 0; in dw_dma_config()
367 chan_data->ptr_data.buffer_bytes += block_cfg->block_size; in dw_dma_config()
405 chan_data->ptr_data.buffer_bytes; in dw_dma_config()
772 size += chan_data->ptr_data.buffer_bytes; in dw_dma_avail_data_size()
779 size = chan_data->ptr_data.buffer_bytes; in dw_dma_avail_data_size()
786 write_ptr, read_ptr, chan_data->ptr_data.buffer_bytes - size, size); in dw_dma_avail_data_size()
804 size += chan_data->ptr_data.buffer_bytes; in dw_dma_free_data_size()
811 size = chan_data->ptr_data.buffer_bytes; in dw_dma_free_data_size()
818 read_ptr, write_ptr, size, chan_data->ptr_data.buffer_bytes - size); in dw_dma_free_data_size()
840 stat->free = chan_data->ptr_data.buffer_bytes - stat->pending_length; in dw_dma_get_status()
844 stat->pending_length = chan_data->ptr_data.buffer_bytes - stat->free; in dw_dma_get_status()