Searched defs:ave_private (Results 1 – 2 of 2) sorted by relevance
134 struct ave_private { struct135 phys_addr_t iobase;136 unsigned int nclks;137 struct clk clk[AVE_MAX_CLKS];138 unsigned int nrsts;139 struct reset_ctl rst[AVE_MAX_RSTS];163 int (*get_pinmode)(struct ave_private *priv); argument
250 struct ave_private { struct251 void __iomem *base;252 int irq;253 int phy_id;254 unsigned int desc_size;255 u32 msg_enable;256 int nclks;257 struct clk *clk[AVE_MAX_CLKS];258 int nrsts;259 struct reset_control *rst[AVE_MAX_RSTS];[all …]