Searched refs:curr_phys (Results 1 – 2 of 2) sorted by relevance
266 dma_addr_t curr_phys, next_phys; in mdc_list_desc_free() local269 curr_phys = mdesc->list_phys; in mdc_list_desc_free()273 dma_pool_free(mdma->desc_pool, curr, curr_phys); in mdc_list_desc_free()275 curr_phys = next_phys; in mdc_list_desc_free()295 dma_addr_t curr_phys, prev_phys; in mdc_prep_dma_memcpy() local309 curr = dma_pool_alloc(mdma->desc_pool, GFP_NOWAIT, &curr_phys); in mdc_prep_dma_memcpy()314 prev->node_addr = curr_phys; in mdc_prep_dma_memcpy()317 mdesc->list_phys = curr_phys; in mdc_prep_dma_memcpy()327 prev_phys = curr_phys; in mdc_prep_dma_memcpy()378 dma_addr_t curr_phys, prev_phys; in mdc_prep_dma_cyclic() local[all …]
644 dma_addr_t curr_phys = get_cdar(chan); in fsldma_cleanup_descriptors() local663 if (desc->async_tx.phys == curr_phys) { in fsldma_cleanup_descriptors()