Home
last modified time | relevance | path

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

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