Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Dimg-mdc-dma.c266 dma_addr_t curr_phys, next_phys; in mdc_list_desc_free() local
269 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() local
309 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 …]
Dfsldma.c644 dma_addr_t curr_phys = get_cdar(chan); in fsldma_cleanup_descriptors() local
663 if (desc->async_tx.phys == curr_phys) { in fsldma_cleanup_descriptors()