Searched defs:reg_sr (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/can/ |
| D | at91_can.c | 131 u32 reg_sr; member 680 u32 reg_sr = at91_read(priv, AT91_SR); in at91_poll_rx() local 721 struct can_frame *cf, u32 reg_sr) in at91_poll_err_frame() 768 static int at91_poll_err(struct net_device *dev, int quota, u32 reg_sr) in at91_poll_err() 793 u32 reg_sr = at91_read(priv, AT91_SR); in at91_poll() local 831 static void at91_irq_tx(struct net_device *dev, u32 reg_sr) in at91_irq_tx() 1014 u32 reg_sr; in at91_irq_err() local 1064 u32 reg_sr, reg_imr; in at91_irq() local
|
| /kernel/linux/linux-6.6/drivers/net/can/ |
| D | at91_can.c | 131 u32 reg_sr; member 675 u32 reg_sr = at91_read(priv, AT91_SR); in at91_poll_rx() local 716 struct can_frame *cf, u32 reg_sr) in at91_poll_err_frame() 763 static int at91_poll_err(struct net_device *dev, int quota, u32 reg_sr) in at91_poll_err() 786 u32 reg_sr = at91_read(priv, AT91_SR); in at91_poll() local 823 static void at91_irq_tx(struct net_device *dev, u32 reg_sr) in at91_irq_tx() 1000 u32 reg_sr; in at91_irq_err() local 1047 u32 reg_sr, reg_imr; in at91_irq() local
|