Searched refs:reg_sr (Results 1 – 1 of 1) sorted by relevance
131 u32 reg_sr; member680 u32 reg_sr = at91_read(priv, AT91_SR); in at91_poll_rx() local681 const unsigned long *addr = (unsigned long *)®_sr; in at91_poll_rx()686 reg_sr & get_mb_rx_low_mask(priv)) in at91_poll_rx()693 reg_sr = at91_read(priv, AT91_SR), in at91_poll_rx()721 struct can_frame *cf, u32 reg_sr) in at91_poll_err_frame() argument726 if (reg_sr & AT91_IRQ_CERR) { in at91_poll_err_frame()734 if (reg_sr & AT91_IRQ_SERR) { in at91_poll_err_frame()743 if (reg_sr & AT91_IRQ_AERR) { in at91_poll_err_frame()750 if (reg_sr & AT91_IRQ_FERR) { in at91_poll_err_frame()[all …]