Searched refs:reg_sr (Results 1 – 1 of 1) sorted by relevance
145 u32 reg_sr; member705 u32 reg_sr = at91_read(priv, AT91_SR); in at91_poll_rx() local706 const unsigned long *addr = (unsigned long *)®_sr; in at91_poll_rx()711 reg_sr & get_mb_rx_low_mask(priv)) in at91_poll_rx()718 reg_sr = at91_read(priv, AT91_SR), in at91_poll_rx()745 struct can_frame *cf, u32 reg_sr) in at91_poll_err_frame() argument750 if (reg_sr & AT91_IRQ_CERR) { in at91_poll_err_frame()758 if (reg_sr & AT91_IRQ_SERR) { in at91_poll_err_frame()767 if (reg_sr & AT91_IRQ_AERR) { in at91_poll_err_frame()774 if (reg_sr & AT91_IRQ_FERR) { in at91_poll_err_frame()[all …]