Home
last modified time | relevance | path

Searched refs:next_phys (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/x86/events/intel/
Dbts.c373 struct bts_phys *phys, *next_phys; in bts_buffer_reset() local
393 next_phys = &buf->buf[next_buf]; in bts_buffer_reset()
395 next_phys->displacement; in bts_buffer_reset()
398 next_space = next_phys->size; in bts_buffer_reset()
410 phys = next_phys; in bts_buffer_reset()
/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-vdic.c206 dma_addr_t prev_phys, curr_phys, next_phys; in prepare_vdi_in_buffers() local
224 next_phys = vb2_dma_contig_plane_dma_addr(curr_vb, 0); in prepare_vdi_in_buffers()
229 next_phys = vb2_dma_contig_plane_dma_addr(curr_vb, 0) + fs; in prepare_vdi_in_buffers()
234 next_phys = vb2_dma_contig_plane_dma_addr(curr_vb, 0) + is; in prepare_vdi_in_buffers()
240 next_phys = vb2_dma_contig_plane_dma_addr(curr_vb, 0); in prepare_vdi_in_buffers()
246 ipu_cpmem_set_buffer(priv->vdi_in_ch_n, 0, next_phys); in prepare_vdi_in_buffers()
/Linux-v4.19/include/linux/qed/
Dqed_chain.h69 struct regpair next_phys; member
608 DMA_REGPAIR_LE(p_next->next_phys, p_phys_next); in qed_chain_init_next_ptr_elem()
/Linux-v4.19/drivers/dma/
Dimg-mdc-dma.c267 dma_addr_t curr_phys, next_phys; in mdc_list_desc_free() local
273 next_phys = curr->node_addr; in mdc_list_desc_free()
276 curr_phys = next_phys; in mdc_list_desc_free()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c3263 p_phys_next = HILO_DMA_REGPAIR(p_next->next_phys); in qed_chain_free_next_ptr()