Home
last modified time | relevance | path

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

/linux/drivers/phy/st/
H A Dphy-stm32-combophy.c80 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;
[all …]