Searched refs:RK3288_DSP_CTRL1 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop_reg.c | 688 .dither_down_sel = VOP_REG(RK3288_DSP_CTRL1, 0x1, 4), 689 .dither_down_mode = VOP_REG(RK3288_DSP_CTRL1, 0x1, 3), 690 .dither_down_en = VOP_REG(RK3288_DSP_CTRL1, 0x1, 2), 691 .pre_dither_down = VOP_REG(RK3288_DSP_CTRL1, 0x1, 1), 692 .dither_up = VOP_REG(RK3288_DSP_CTRL1, 0x1, 6), 693 .dsp_lut_en = VOP_REG(RK3288_DSP_CTRL1, 0x1, 0),
|
H A D | rockchip_vop_reg.h | 16 #define RK3288_DSP_CTRL1 0x0014 macro
|