Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop_reg.c106 .dsp_layer_sel = VOP_REG(RK3288_DSP_CTRL1, 0xff, 8),
138 .dither_down = VOP_REG(RK3288_DSP_CTRL1, 0xf, 1),
139 .dither_up = VOP_REG(RK3288_DSP_CTRL1, 0x1, 6),
150 .dsp_lut_en = VOP_REG(RK3288_DSP_CTRL1, 0x1, 0),
151 .update_gamma_lut = VOP_REG_VER(RK3288_DSP_CTRL1, 0x1, 7, 3, 5, -1),
H A Drockchip_vop_reg.h16 #define RK3288_DSP_CTRL1 0x0014 macro