Searched defs:bxcan_priv (Results 1 – 1 of 1) sorted by relevance
165 struct bxcan_priv { struct166 struct can_priv can;167 struct can_rx_offload offload;168 struct device *dev;169 struct net_device *ndev;171 struct bxcan_regs __iomem *regs;195 static inline void bxcan_rmw(struct bxcan_priv *priv, void __iomem *addr, in bxcan_rmw() argument