Home
last modified time | relevance | path

Searched refs:VP_DST_HEIGHT (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/platform/s5p-tv/
Dregs-vp.h39 #define VP_DST_HEIGHT 0x0060 macro
Dmixer_reg.c197 vp_write(mdev, VP_DST_HEIGHT, geo->dst.height / 2); in mxr_reg_vp_format()
200 vp_write(mdev, VP_DST_HEIGHT, geo->dst.height); in mxr_reg_vp_format()
539 DUMPREG(VP_DST_HEIGHT); in mxr_reg_vp_dump()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dregs-vp.h42 #define VP_DST_HEIGHT 0x0060 macro
Dexynos_mixer.c243 DUMPREG(VP_DST_HEIGHT); in vp_regs_dump()
471 vp_reg_write(res, VP_DST_HEIGHT, plane->crtc_h / 2); in vp_video_buffer()
474 vp_reg_write(res, VP_DST_HEIGHT, plane->crtc_h); in vp_video_buffer()