Lines Matching defs:rcar_can_priv
90 struct rcar_can_priv { struct
91 struct can_priv can; /* Must be the first member! */
92 struct net_device *ndev;
93 struct napi_struct napi;
94 struct rcar_can_regs __iomem *regs;
95 struct clk *clk;
96 struct clk *can_clk;
97 u8 tx_dlc[RCAR_CAN_FIFO_DEPTH];
98 u32 tx_head;
99 u32 tx_tail;
100 u8 clock_select;
101 u8 ier;