Searched defs:inno_dsidphy (Results 1 – 1 of 1) sorted by relevance
171 struct inno_dsidphy { struct172 struct device *dev;173 struct clk *ref_clk;174 struct clk *pclk_phy;175 struct clk *pclk_host;176 void __iomem *phy_base;177 void __iomem *host_base;178 struct reset_control *rst;202 static inline struct inno_dsidphy *hw_to_inno(struct clk_hw *hw) in hw_to_inno() argument