Searched refs:venc_write (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/media/platform/ti/davinci/ |
D | vpbe_venc.c | 77 static inline u32 venc_write(struct v4l2_subdev *sd, u32 offset, u32 val) in venc_write() function 91 venc_write(sd, offset, new_val); in venc_modify() 116 venc_write(sd, VENC_DACSEL, 0); in venc_set_dac() 120 venc_write(sd, VENC_DACSEL, VDAC_COMPONENT); in venc_set_dac() 124 venc_write(sd, VENC_DACSEL, VDAC_S_VIDEO); in venc_set_dac() 140 venc_write(sd, VENC_VMOD, 0); in venc_enabledigitaloutput() 141 venc_write(sd, VENC_CVBS, 0); in venc_enabledigitaloutput() 142 venc_write(sd, VENC_LCDOUT, 0); in venc_enabledigitaloutput() 143 venc_write(sd, VENC_HSPLS, 0); in venc_enabledigitaloutput() 144 venc_write(sd, VENC_HSTART, 0); in venc_enabledigitaloutput() [all …]
|