Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_pl330.c394 if (size > (PL330_MAX_OFFSET - dst_low)) { in dma_pl330_handle_boundary()
395 transfer_size = PL330_MAX_OFFSET - dst_low; in dma_pl330_handle_boundary()
408 if (size > (PL330_MAX_OFFSET - src_low)) { in dma_pl330_handle_boundary()
409 transfer_size = PL330_MAX_OFFSET - src_low; in dma_pl330_handle_boundary()
440 if ((size > (PL330_MAX_OFFSET - (uint32_t)dst)) || in dma_pl330_submit()
441 (size > (PL330_MAX_OFFSET - (uint32_t)src))) { in dma_pl330_submit()
Ddma_pl330.h42 #define PL330_MAX_OFFSET 0x100000000 macro