Searched refs:reg_sr (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/
H A Dat91_can.c165 u32 reg_sr; member in struct:at91_priv
517 u32 reg_sr = at91_read(priv, AT91_SR); local
518 const unsigned long *addr = (unsigned long *)&reg_sr;
523 reg_sr & AT91_MB_RX_LOW_MASK)
530 reg_sr = at91_read(priv, AT91_SR),
557 struct can_frame *cf, u32 reg_sr)
562 if (reg_sr & AT91_IRQ_CERR) {
570 if (reg_sr & AT91_IRQ_SERR) {
579 if (reg_sr & AT91_IRQ_AERR) {
586 if (reg_sr
556 at91_poll_err_frame(struct net_device *dev, struct can_frame *cf, u32 reg_sr) argument
604 at91_poll_err(struct net_device *dev, int quota, u32 reg_sr) argument
629 u32 reg_sr = at91_read(priv, AT91_SR); local
667 at91_irq_tx(struct net_device *dev, u32 reg_sr) argument
826 u32 reg_sr; local
869 u32 reg_sr, reg_imr; local
[all...]

Completed in 38 milliseconds