Searched refs:reg_sr (Results 1 – 1 of 1) sorted by relevance
135 u32 reg_sr; member684 u32 reg_sr = at91_read(priv, AT91_SR); in at91_poll_rx() local685 const unsigned long *addr = (unsigned long *)®_sr; in at91_poll_rx()690 reg_sr & get_mb_rx_low_mask(priv)) in at91_poll_rx()697 reg_sr = at91_read(priv, AT91_SR), in at91_poll_rx()724 struct can_frame *cf, u32 reg_sr) in at91_poll_err_frame() argument729 if (reg_sr & AT91_IRQ_CERR) { in at91_poll_err_frame()737 if (reg_sr & AT91_IRQ_SERR) { in at91_poll_err_frame()746 if (reg_sr & AT91_IRQ_AERR) { in at91_poll_err_frame()753 if (reg_sr & AT91_IRQ_FERR) { in at91_poll_err_frame()[all …]