Searched refs:EBC_VOP_DSP_CTRL0 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_vop_reg.c | 828 .rgb_en = VOP_REG(EBC_VOP_DSP_CTRL0, 0x1, 0), 829 .bt1120_en = VOP_REG(EBC_VOP_DSP_CTRL0, 0x1, 1), 830 .bt656_en = VOP_REG(EBC_VOP_DSP_CTRL0, 0x1, 2), 831 .core_dclk_div = VOP_REG(EBC_VOP_DSP_CTRL0, 0x1, 3), 832 .dclk_pol = VOP_REG(EBC_VOP_DSP_CTRL0, 0x1, 4), 833 .rgb_pin_pol = VOP_REG(EBC_VOP_DSP_CTRL0, 0x7, 5), 834 .standby = VOP_REG(EBC_VOP_DSP_CTRL0, 0x1, 15), 835 .out_dresetn = VOP_REG(EBC_VOP_DSP_CTRL0, 0x1, 31),
|
| H A D | rockchip_vop_reg.h | 990 #define EBC_VOP_DSP_CTRL0 0x0104 macro
|