Lines Matching refs:curr_phys
266 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
405 &curr_phys); in mdc_prep_dma_cyclic()
410 mdesc->list_phys = curr_phys; in mdc_prep_dma_cyclic()
413 prev->node_addr = curr_phys; in mdc_prep_dma_cyclic()
433 prev_phys = curr_phys; in mdc_prep_dma_cyclic()
461 dma_addr_t curr_phys, prev_phys; in mdc_prep_slave_sg() local
486 &curr_phys); in mdc_prep_slave_sg()
491 mdesc->list_phys = curr_phys; in mdc_prep_slave_sg()
494 prev->node_addr = curr_phys; in mdc_prep_slave_sg()
512 prev_phys = curr_phys; in mdc_prep_slave_sg()