Lines Matching full:lvds
25 * struct rk_lvds_priv - private rockchip lvds display driver info
27 * @reg: LVDS register address
32 * LVDS or LVTLL
44 static inline void lvds_writel(struct rk_lvds_priv *lvds, u32 offset, u32 val) in lvds_writel() argument
46 writel(val, lvds->regs + offset); in lvds_writel()
48 writel(val, lvds->regs + offset + 0x100); in lvds_writel()
84 /* Enable LVDS PHY */ in rk_lvds_enable()
185 debug("LVDS output : %d\n", ret); in rk_lvds_ofdata_to_platdata()
194 debug("LVDS data-mapping : %d\n", ret); in rk_lvds_ofdata_to_platdata()
202 debug("LVDS data-width : %d\n", ret); in rk_lvds_ofdata_to_platdata()
208 debug("rockchip-lvds unsupport data-width[%d]\n", ret); in rk_lvds_ofdata_to_platdata()
241 {.compatible = "rockchip,rk3288-lvds"},