Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/can/
Dat91_can.c139 struct at91_priv { struct
140 struct can_priv can; /* must be the first member! */
141 struct net_device *dev;
142 struct napi_struct napi;
144 void __iomem *reg_base;
146 u32 reg_sr;
147 unsigned int tx_next;
148 unsigned int tx_echo;
149 unsigned int rx_next;
150 struct at91_devtype_data devtype_data;
[all …]