Lines Matching refs:curr_phys
264 dma_addr_t curr_phys, next_phys; in mdc_list_desc_free() local
267 curr_phys = mdesc->list_phys; in mdc_list_desc_free()
271 dma_pool_free(mdma->desc_pool, curr, curr_phys); in mdc_list_desc_free()
273 curr_phys = next_phys; in mdc_list_desc_free()
293 dma_addr_t curr_phys; in mdc_prep_dma_memcpy() local
307 curr = dma_pool_alloc(mdma->desc_pool, GFP_NOWAIT, &curr_phys); in mdc_prep_dma_memcpy()
312 prev->node_addr = curr_phys; in mdc_prep_dma_memcpy()
315 mdesc->list_phys = curr_phys; in mdc_prep_dma_memcpy()
375 dma_addr_t curr_phys; in mdc_prep_dma_cyclic() local
402 &curr_phys); in mdc_prep_dma_cyclic()
407 mdesc->list_phys = curr_phys; in mdc_prep_dma_cyclic()
410 prev->node_addr = curr_phys; in mdc_prep_dma_cyclic()
457 dma_addr_t curr_phys; in mdc_prep_slave_sg() local
482 &curr_phys); in mdc_prep_slave_sg()
487 mdesc->list_phys = curr_phys; in mdc_prep_slave_sg()
490 prev->node_addr = curr_phys; in mdc_prep_slave_sg()