Lines Matching defs:ave_private
248 struct ave_private { struct
249 void __iomem *base;
250 int irq;
251 int phy_id;
252 unsigned int desc_size;
253 u32 msg_enable;
254 int nclks;
255 struct clk *clk[AVE_MAX_CLKS];
256 int nrsts;
257 struct reset_control *rst[AVE_MAX_RSTS];
258 phy_interface_t phy_mode;
259 struct phy_device *phydev;
260 struct mii_bus *mdio;
261 struct regmap *regmap;
262 unsigned int pinmode_mask;
263 unsigned int pinmode_val;
266 struct ave_stats stats_rx;
290 int (*get_pinmode)(struct ave_private *priv, argument