Searched refs:dstart (Results 1 – 2 of 2) sorted by relevance
126 uint32_t dstart; member341 uint32_t ctrl, mstart, mend, dstart, unit_size; in dma_xec_configure() local406 dstart = block->source_address; in dma_xec_configure()416 dstart = block->dest_address; in dma_xec_configure()429 chdata->dstart = dstart; in dma_xec_configure()434 chregs->dev_addr = dstart; in dma_xec_configure()478 chdata->dstart = dst; in dma_xec_reload()481 chdata->dstart = src; in dma_xec_reload()490 chregs->dev_addr = chdata->dstart; in dma_xec_reload()
29 uintptr_t pstart, pend, dstart, dend; in check_add_partition() local74 dstart = dpart->start; in check_add_partition()75 dend = dstart + dpart->size; in check_add_partition()77 if (pend > dstart && dend > pstart) { in check_add_partition()