Lines Matching full:lvds
24 * struct rk_lvds_priv - private rockchip lvds display driver info
26 * @reg: LVDS register address
31 * LVDS or LVTLL
43 static inline void lvds_writel(struct rk_lvds_priv *lvds, u32 offset, u32 val) in lvds_writel() argument
45 writel(val, lvds->regs + offset); in lvds_writel()
47 writel(val, lvds->regs + offset + 0x100); in lvds_writel()
83 /* Enable LVDS PHY */ in rk_lvds_enable()
184 debug("LVDS output : %d\n", ret); in rk_lvds_ofdata_to_platdata()
193 debug("LVDS data-mapping : %d\n", ret); in rk_lvds_ofdata_to_platdata()
201 debug("LVDS data-width : %d\n", ret); in rk_lvds_ofdata_to_platdata()
207 debug("rockchip-lvds unsupport data-width[%d]\n", ret); in rk_lvds_ofdata_to_platdata()
240 {.compatible = "rockchip,rk3288-lvds"},