Searched refs:curr_phys (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/dma/ |
| D | img-mdc-dma.c | 263 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 …]
|
| D | fsldma.c | 640 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()
|
| /Linux-v6.6/drivers/staging/media/imx/ |
| D | imx-media-vdic.c | 192 dma_addr_t prev_phys, curr_phys, next_phys; in prepare_vdi_in_buffers() local 210 curr_phys = vb2_dma_contig_plane_dma_addr(curr_vb, 0); in prepare_vdi_in_buffers() 217 curr_phys = vb2_dma_contig_plane_dma_addr(curr_vb, 0); in prepare_vdi_in_buffers() 229 ipu_cpmem_set_buffer(priv->vdi_in_ch, 0, curr_phys); in prepare_vdi_in_buffers()
|