Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_mchp_xec.c125 uint32_t mend; member
341 uint32_t ctrl, mstart, mend, dstart, unit_size; in dma_xec_configure() local
405 mend = block->dest_address + block->block_size; in dma_xec_configure()
415 mend = block->source_address + block->block_size; in dma_xec_configure()
428 chdata->mend = mend; in dma_xec_configure()
433 chregs->mem_addr_end = mend; in dma_xec_configure()
484 chdata->mend = chdata->mstart + size; in dma_xec_reload()
489 chregs->mem_addr_end = chdata->mend; in dma_xec_reload()