Searched defs:rockchip_combphy_priv (Results 1 – 3 of 3) sorted by relevance
79 struct rockchip_combphy_priv { struct80 bool phy_initialized;81 bool phy_suspended;82 u8 phy_type;83 void __iomem *mmio;84 struct device *dev;85 struct clk *ref_clk;86 struct phy *phy;87 struct regmap *combphy_grf;88 struct regmap *usb_pcie_grf;[all …]
78 struct rockchip_combphy_priv { struct79 u8 mode;80 void __iomem *mmio;81 int num_clks;82 struct clk_bulk_data *clks;83 struct device *dev;84 struct regmap *pipe_grf;85 struct regmap *phy_grf;86 struct phy *phy;87 struct reset_control *apb_rst;[all …]
74 struct rockchip_combphy_priv { struct98 static int rockchip_combphy_pcie_init(struct rockchip_combphy_priv *priv) in rockchip_combphy_pcie_init() argument