Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/
Dat91_can.c129 struct at91_priv { struct
130 struct can_priv can; /* must be the first member! */
131 struct napi_struct napi;
133 void __iomem *reg_base;
135 u32 reg_sr;
136 unsigned int tx_next;
137 unsigned int tx_echo;
138 unsigned int rx_next;
139 struct at91_devtype_data devtype_data;
141 struct clk *clk;
[all …]