Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_pl330.c20 #define BYTE_WIDTH(burst_size) (1 << (burst_size)) macro
34 srcbytewidth = BYTE_WIDTH(ch_handle->src_burst_sz); in dma_pl330_get_counter()
35 dstbytewidth = BYTE_WIDTH(ch_handle->dst_burst_sz); in dma_pl330_get_counter()
79 while ((src | dst | size) & ((BYTE_WIDTH(burst_sz)) - 1)) { in dma_pl330_calc_burstsz_len()
83 byte_width = BYTE_WIDTH(burst_sz); in dma_pl330_calc_burstsz_len()