Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_pl330.c381 uint32_t dst_low = (uint32_t)dst; in dma_pl330_handle_boundary() local
394 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()