Home
last modified time | relevance | path

Searched refs:venc_write_reg (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dvenc.c312 static inline void venc_write_reg(int idx, u32 val) in venc_write_reg() function
327 venc_write_reg(VENC_LLEN, config->llen); in venc_write_config()
328 venc_write_reg(VENC_FLENS, config->flens); in venc_write_config()
329 venc_write_reg(VENC_CC_CARR_WSS_CARR, config->cc_carr_wss_carr); in venc_write_config()
330 venc_write_reg(VENC_C_PHASE, config->c_phase); in venc_write_config()
331 venc_write_reg(VENC_GAIN_U, config->gain_u); in venc_write_config()
332 venc_write_reg(VENC_GAIN_V, config->gain_v); in venc_write_config()
333 venc_write_reg(VENC_GAIN_Y, config->gain_y); in venc_write_config()
334 venc_write_reg(VENC_BLACK_LEVEL, config->black_level); in venc_write_config()
335 venc_write_reg(VENC_BLANK_LEVEL, config->blank_level); in venc_write_config()
[all …]
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dvenc.c344 static inline void venc_write_reg(struct venc_device *venc, int idx, u32 val) in venc_write_reg() function
360 venc_write_reg(venc, VENC_LLEN, config->llen); in venc_write_config()
361 venc_write_reg(venc, VENC_FLENS, config->flens); in venc_write_config()
362 venc_write_reg(venc, VENC_CC_CARR_WSS_CARR, config->cc_carr_wss_carr); in venc_write_config()
363 venc_write_reg(venc, VENC_C_PHASE, config->c_phase); in venc_write_config()
364 venc_write_reg(venc, VENC_GAIN_U, config->gain_u); in venc_write_config()
365 venc_write_reg(venc, VENC_GAIN_V, config->gain_v); in venc_write_config()
366 venc_write_reg(venc, VENC_GAIN_Y, config->gain_y); in venc_write_config()
367 venc_write_reg(venc, VENC_BLACK_LEVEL, config->black_level); in venc_write_config()
368 venc_write_reg(venc, VENC_BLANK_LEVEL, config->blank_level); in venc_write_config()
[all …]