Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_pl330.c75 uint32_t byte_width, burst_sz, burst_len; in dma_pl330_calc_burstsz_len() local
77 burst_sz = MAX_BURST_SIZE_LOG2; in dma_pl330_calc_burstsz_len()
79 while ((src | dst | size) & ((BYTE_WIDTH(burst_sz)) - 1)) { in dma_pl330_calc_burstsz_len()
80 burst_sz--; in dma_pl330_calc_burstsz_len()
83 byte_width = BYTE_WIDTH(burst_sz); in dma_pl330_calc_burstsz_len()
96 ch_handle->src_burst_sz = burst_sz; in dma_pl330_calc_burstsz_len()
98 ch_handle->dst_burst_sz = burst_sz; in dma_pl330_calc_burstsz_len()