Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_vop_reg.c823 .rgb_dclk_pol = VOP_REG(RK3368_DSP_CTRL1, 0x1, 19),
824 .hdmi_dclk_pol = VOP_REG(RK3368_DSP_CTRL1, 0x1, 23),
825 .edp_dclk_pol = VOP_REG(RK3368_DSP_CTRL1, 0x1, 27),
826 .mipi_dclk_pol = VOP_REG(RK3368_DSP_CTRL1, 0x1, 31),
827 .rgb_pin_pol = VOP_REG(RK3368_DSP_CTRL1, 0x7, 16),
828 .hdmi_pin_pol = VOP_REG(RK3368_DSP_CTRL1, 0x7, 20),
829 .edp_pin_pol = VOP_REG(RK3368_DSP_CTRL1, 0x7, 24),
830 .mipi_pin_pol = VOP_REG(RK3368_DSP_CTRL1, 0x7, 28),
877 .rgb_dclk_pol = VOP_REG(RK3368_DSP_CTRL1, 0x1, 19),
878 .hdmi_dclk_pol = VOP_REG(RK3368_DSP_CTRL1, 0x1, 23),
[all …]
H A Drockchip_vop_reg.h124 #define RK3368_DSP_CTRL1 0x0014 macro