Searched refs:VP_IMG_HSIZE (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
H A D | regs-vp.h | 79 #define VP_IMG_HSIZE(x) VP_MASK_VAL(x, 29, 16) macro
|
H A D | mixer_reg.c | 182 vp_write(mdev, VP_IMG_SIZE_Y, VP_IMG_HSIZE(geo->src.full_width) | mxr_reg_vp_format() 185 vp_write(mdev, VP_IMG_SIZE_C, VP_IMG_HSIZE(geo->src.full_width) | mxr_reg_vp_format()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
H A D | regs-vp.h | 82 #define VP_IMG_HSIZE(x) VP_MASK_VAL(x, 29, 16) macro
|
H A D | exynos_mixer.c | 456 vp_reg_write(res, VP_IMG_SIZE_Y, VP_IMG_HSIZE(fb->pitches[0]) | vp_video_buffer() 459 vp_reg_write(res, VP_IMG_SIZE_C, VP_IMG_HSIZE(fb->pitches[0]) | vp_video_buffer()
|
Completed in 52 milliseconds