Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dimg-mdc-dma.c263 dma_addr_t curr_phys, next_phys; in mdc_list_desc_free() local
266 curr_phys = mdesc->list_phys; in mdc_list_desc_free()
270 dma_pool_free(mdma->desc_pool, curr, curr_phys); in mdc_list_desc_free()
272 curr_phys = next_phys; in mdc_list_desc_free()
292 dma_addr_t curr_phys; in mdc_prep_dma_memcpy() local
306 curr = dma_pool_alloc(mdma->desc_pool, GFP_NOWAIT, &curr_phys); in mdc_prep_dma_memcpy()
311 prev->node_addr = curr_phys; in mdc_prep_dma_memcpy()
314 mdesc->list_phys = curr_phys; in mdc_prep_dma_memcpy()
374 dma_addr_t curr_phys; in mdc_prep_dma_cyclic() local
401 &curr_phys); in mdc_prep_dma_cyclic()
[all …]
H A Dfsldma.c640 dma_addr_t curr_phys = get_cdar(chan); in fsldma_cleanup_descriptors() local
659 if (desc->async_tx.phys == curr_phys) { in fsldma_cleanup_descriptors()