Searched refs:reg_sr (Results 1 – 1 of 1) sorted by relevance
131 u32 reg_sr; member675 u32 reg_sr = at91_read(priv, AT91_SR); in at91_poll_rx() local676 const unsigned long *addr = (unsigned long *)®_sr; in at91_poll_rx()681 reg_sr & get_mb_rx_low_mask(priv)) in at91_poll_rx()688 reg_sr = at91_read(priv, AT91_SR), in at91_poll_rx()716 struct can_frame *cf, u32 reg_sr) in at91_poll_err_frame() argument721 if (reg_sr & AT91_IRQ_CERR) { in at91_poll_err_frame()729 if (reg_sr & AT91_IRQ_SERR) { in at91_poll_err_frame()738 if (reg_sr & AT91_IRQ_AERR) { in at91_poll_err_frame()745 if (reg_sr & AT91_IRQ_FERR) { in at91_poll_err_frame()[all …]