Searched refs:vp_write (Results 1 – 1 of 1) sorted by relevance
/drivers/media/platform/s5p-tv/ |
D | mixer_reg.c | 27 static inline void vp_write(struct mxr_device *mdev, u32 reg_id, u32 val) in vp_write() function 65 vp_write(mdev, VP_SHADOW_UPDATE, en ? VP_SHADOW_UPDATE_ENABLE : 0); in mxr_vsync_set_update() 72 vp_write(mdev, VP_SRESET, VP_SRESET_PROCESSING); in __mxr_reg_vp_reset() 182 vp_write(mdev, VP_IMG_SIZE_Y, VP_IMG_HSIZE(geo->src.full_width) | in mxr_reg_vp_format() 185 vp_write(mdev, VP_IMG_SIZE_C, VP_IMG_HSIZE(geo->src.full_width) | in mxr_reg_vp_format() 188 vp_write(mdev, VP_SRC_WIDTH, geo->src.width); in mxr_reg_vp_format() 189 vp_write(mdev, VP_SRC_HEIGHT, geo->src.height); in mxr_reg_vp_format() 190 vp_write(mdev, VP_SRC_H_POSITION, in mxr_reg_vp_format() 192 vp_write(mdev, VP_SRC_V_POSITION, geo->src.y_offset); in mxr_reg_vp_format() 194 vp_write(mdev, VP_DST_WIDTH, geo->dst.width); in mxr_reg_vp_format() [all …]
|