Home
last modified time | relevance | path

Searched defs:inno_dsidphy (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/phy/rockchip/
Dphy-rockchip-inno-dsidphy.c171 struct inno_dsidphy { struct
172 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