Lines Matching defs:stm32_combophy
80 struct stm32_combophy { struct
81 struct phy *phy;
82 struct regmap *regmap;
83 struct device *dev;
84 void __iomem *base;
85 struct reset_control *phy_reset;
86 struct clk_bulk_data clks[ARRAY_SIZE(combophy_clks)];
87 int num_clks;
88 bool have_pad_clk;
89 unsigned int type;
90 bool is_init;
91 int irq_wakeup;