Home
last modified time | relevance | path

Searched refs:buffer_bytes (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/dma/
Ddma_intel_lpss.c70 chan_data->ptr_data.buffer_bytes = size; in dma_intel_lpss_reload()
80 chan_data->ptr_data.buffer_bytes; in dma_intel_lpss_reload()
110 stat->pending_length = chan_data->ptr_data.buffer_bytes; in dma_intel_lpss_get_status()
117 } else if (current_length == chan_data->ptr_data.buffer_bytes) { in dma_intel_lpss_get_status()
118 stat->pending_length = chan_data->ptr_data.buffer_bytes; in dma_intel_lpss_get_status()
121 chan_data->ptr_data.buffer_bytes - current_length; in dma_intel_lpss_get_status()
Ddma_dw_common.c197 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()
[all …]
Ddma_dw_common.h212 uint32_t buffer_bytes; member