Searched defs:inno_video_phy (Results 1 – 2 of 2) sorted by relevance
24 struct inno_video_phy { struct25 void __iomem *base;26 enum phy_mode mode;27 bool dual_channel;
307 struct inno_video_phy { struct308 struct udevice *dev;309 enum phy_mode mode;310 const struct inno_video_mipi_dphy_info *mipi_dphy_info;334 static inline void phy_update_bits(struct inno_video_phy *inno, in phy_update_bits() argument