Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/can/
Dat91_can.c125 struct at91_priv { struct
126 struct can_priv can; /* must be the first member! */
127 struct napi_struct napi;
129 void __iomem *reg_base;
131 u32 reg_sr;
132 unsigned int tx_next;
133 unsigned int tx_echo;
134 unsigned int rx_next;
135 struct at91_devtype_data devtype_data;
137 struct clk *clk;
[all …]