Searched defs:inno_dsidphy (Results 1 – 1 of 1) sorted by relevance
227 struct inno_dsidphy { struct228 struct device *dev;229 struct clk *ref_clk;230 struct clk *pclk_phy;231 struct clk *pclk_host;232 const struct inno_video_phy_plat_data *pdata;233 void __iomem *phy_base;234 void __iomem *host_base;235 struct reset_control *rst;236 enum phy_mode mode;[all …]