Searched refs:venc_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/platform/davinci/ |
D | vpbe_venc.c | 90 static inline u32 venc_write(struct v4l2_subdev *sd, u32 offset, u32 val) in venc_write() function 104 venc_write(sd, offset, new_val); in venc_modify() 129 venc_write(sd, VENC_DACSEL, 0); in venc_set_dac() 133 venc_write(sd, VENC_DACSEL, VDAC_COMPONENT); in venc_set_dac() 137 venc_write(sd, VENC_DACSEL, VDAC_S_VIDEO); in venc_set_dac() 153 venc_write(sd, VENC_VMOD, 0); in venc_enabledigitaloutput() 154 venc_write(sd, VENC_CVBS, 0); in venc_enabledigitaloutput() 155 venc_write(sd, VENC_LCDOUT, 0); in venc_enabledigitaloutput() 156 venc_write(sd, VENC_HSPLS, 0); in venc_enabledigitaloutput() 157 venc_write(sd, VENC_HSTART, 0); in venc_enabledigitaloutput() [all …]
|