Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/dma/
Ddma_pl330.h82 #define GET_MAX_DMA_SIZE(byte_width, burst_len) \ argument
84 (byte_width) * ((burst_len) + 1))
Ddma_pl330.c75 uint32_t byte_width, burst_sz, burst_len; in dma_pl330_calc_burstsz_len() local
83 byte_width = BYTE_WIDTH(burst_sz); in dma_pl330_calc_burstsz_len()
88 if (!(size % ((burst_len + 1) << byte_width))) { in dma_pl330_calc_burstsz_len()