Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma/xilinx/
H A Dzynqmp_dma.c188 struct zynqmp_dma_desc_ll *dst_v; member
390 desc->dst_v->nxtdscraddr = new->dst_p; in zynqmp_dma_tx_submit()
391 desc->dst_v->ctrl &= ~ZYNQMP_DMA_DESC_CTRL_STOP; in zynqmp_dma_tx_submit()
421 memset((void *)desc->dst_v, 0, ZYNQMP_DMA_DESC_SIZE(chan)); in zynqmp_dma_get_descriptor()
503 desc->dst_v = (struct zynqmp_dma_desc_ll *) (desc->src_v + 1); in zynqmp_dma_alloc_chan_resources()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c705 u32 src_v = 1, dst_v = 1; in amdgpu_display_crtc_scaling_mode_fixup() local
730 dst_v = amdgpu_crtc->native_mode.vdisplay; in amdgpu_display_crtc_scaling_mode_fixup()
750 dst_v = crtc->mode.vdisplay - (amdgpu_crtc->v_border * 2); in amdgpu_display_crtc_scaling_mode_fixup()
758 b.full = dfixed_const(dst_v); in amdgpu_display_crtc_scaling_mode_fixup()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_timearithm_api.h641 uint32_t dst_v, uint32_t op1, in Invoke_BigIntComputeExtendedGcd() argument
644 return Invoke_Simple_Function_v3(c, sess, cmd_id, gcd, 0, dst_u, dst_v, in Invoke_BigIntComputeExtendedGcd()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_display.c1697 u32 src_v = 1, dst_v = 1; in radeon_crtc_scaling_mode_fixup() local
1723 dst_v = radeon_crtc->native_mode.vdisplay; in radeon_crtc_scaling_mode_fixup()
1744 dst_v = crtc->mode.vdisplay - (radeon_crtc->v_border * 2); in radeon_crtc_scaling_mode_fixup()
1765 b.full = dfixed_const(dst_v); in radeon_crtc_scaling_mode_fixup()
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp228 RK_U8 *dst_v = dst_u + hor_stride * ver_stride / 4; in copy_align_raw_buffer_to_dest() local
251 memcpy(dst_v + row * hor_stride / 2, src_buf + index, width / 2); in copy_align_raw_buffer_to_dest()