Searched defs:inno_dsidphy (Results 1 – 1 of 1) sorted by relevance
205 struct inno_dsidphy { struct206 struct device *dev;207 struct clk *ref_clk;208 struct clk *pclk_phy;209 struct clk *pclk_host;210 const struct inno_video_phy_plat_data *pdata;211 void __iomem *phy_base;212 void __iomem *host_base;213 struct reset_control *rst;214 enum phy_mode mode;[all …]