Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/omap2/omapfb/dss/
Dvenc.c258 static inline void venc_write_reg(int idx, u32 val) in venc_write_reg() function
273 venc_write_reg(VENC_LLEN, config->llen); in venc_write_config()
274 venc_write_reg(VENC_FLENS, config->flens); in venc_write_config()
275 venc_write_reg(VENC_CC_CARR_WSS_CARR, config->cc_carr_wss_carr); in venc_write_config()
276 venc_write_reg(VENC_C_PHASE, config->c_phase); in venc_write_config()
277 venc_write_reg(VENC_GAIN_U, config->gain_u); in venc_write_config()
278 venc_write_reg(VENC_GAIN_V, config->gain_v); in venc_write_config()
279 venc_write_reg(VENC_GAIN_Y, config->gain_y); in venc_write_config()
280 venc_write_reg(VENC_BLACK_LEVEL, config->black_level); in venc_write_config()
281 venc_write_reg(VENC_BLANK_LEVEL, config->blank_level); in venc_write_config()
[all …]
/linux-6.1.9/drivers/gpu/drm/omapdrm/dss/
Dvenc.c268 static inline void venc_write_reg(struct venc_device *venc, int idx, u32 val) in venc_write_reg() function
284 venc_write_reg(venc, VENC_LLEN, config->llen); in venc_write_config()
285 venc_write_reg(venc, VENC_FLENS, config->flens); in venc_write_config()
286 venc_write_reg(venc, VENC_CC_CARR_WSS_CARR, config->cc_carr_wss_carr); in venc_write_config()
287 venc_write_reg(venc, VENC_C_PHASE, config->c_phase); in venc_write_config()
288 venc_write_reg(venc, VENC_GAIN_U, config->gain_u); in venc_write_config()
289 venc_write_reg(venc, VENC_GAIN_V, config->gain_v); in venc_write_config()
290 venc_write_reg(venc, VENC_GAIN_Y, config->gain_y); in venc_write_config()
291 venc_write_reg(venc, VENC_BLACK_LEVEL, config->black_level); in venc_write_config()
292 venc_write_reg(venc, VENC_BLANK_LEVEL, config->blank_level); in venc_write_config()
[all …]