Lines Matching defs:smc_local
205 struct smc_local { struct
211 struct sk_buff *pending_tx_skb;
212 struct tasklet_struct tx_task;
214 struct gpio_desc *power_gpio;
215 struct gpio_desc *reset_gpio;
218 int version;
221 int tcr_cur_mode;
224 int rcr_cur_mode;
227 int rpc_cur_mode;
228 int ctl_rfduplx;
229 int ctl_rspeed;
231 u32 msg_enable;
232 u32 phy_type;
233 struct mii_if_info mii;
236 struct work_struct phy_configure;
237 struct net_device *dev;
238 int work_pending;
240 spinlock_t lock;
244 u_long physaddr;
245 struct device *device;
247 void __iomem *base;
248 void __iomem *datacs;
251 int io_shift;
275 smc_pxa_dma_insl(void __iomem *ioaddr, struct smc_local *lp, int reg, int dma, in smc_pxa_dma_insl() argument