Searched defs:rockchip_hdptx_phy (Results 1 – 4 of 4) sorted by relevance
324 struct rockchip_hdptx_phy { struct325 struct device *dev;326 struct clk_bulk_data *clks;327 int nr_clks;328 struct reset_control *apb_reset;329 struct reset_control *cmn_reset;330 struct reset_control *init_reset;331 struct reset_control *lane_reset;332 struct regmap *regmap;333 struct regmap *grf;[all …]
704 struct rockchip_hdptx_phy { struct705 struct device *dev;706 struct regmap *regmap;707 struct regmap *grf;709 int irq;710 int id;712 struct phy *phy;713 struct clk_bulk_data *clks;714 int nr_clks;715 struct phy_config *phy_cfg;[all …]
324 struct rockchip_hdptx_phy { struct325 struct udevice *dev;326 struct regmap *regmap;327 struct regmap *grf;329 struct reset_ctl apb_reset;330 struct reset_ctl cmn_reset;331 struct reset_ctl init_reset;332 struct reset_ctl lane_reset;333 u32 lane_polarity_invert[4];
696 struct rockchip_hdptx_phy { struct697 struct udevice *dev;698 void __iomem *base;699 struct regmap *grf;723 static struct rockchip_hdptx_phy *g_hdptx0; argument