Lines Matching refs:inno_video_phy
24 struct inno_video_phy { struct
84 static inline void phy_write(struct inno_video_phy *inno, u32 reg, u32 val) in phy_write()
89 static inline u32 phy_read(struct inno_video_phy *inno, u32 reg) in phy_read()
94 static inline void phy_update_bits(struct inno_video_phy *inno, in phy_update_bits()
105 static void phy_multi_write(struct inno_video_phy *inno, in phy_multi_write()
120 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_power_on()
161 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_power_off()
172 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_set_mode()
189 struct inno_video_phy *inno = dev_get_priv(phy->dev); in inno_video_phy_set_bus_width()
205 struct inno_video_phy *inno = dev_get_priv(dev); in inno_video_phy_probe()
227 U_BOOT_DRIVER(inno_video_phy) = {
232 .priv_auto_alloc_size = sizeof(struct inno_video_phy),