Searched refs:SAB82532_ISR0_PERR (Results 1 – 2 of 2) sorted by relevance
160 stat->sreg.isr0 &= ~(SAB82532_ISR0_PERR | in receive_chars()173 if (unlikely(stat->sreg.isr0 & (SAB82532_ISR0_PERR | in receive_chars()181 stat->sreg.isr0 &= ~(SAB82532_ISR0_PERR | in receive_chars()192 } else if (stat->sreg.isr0 & SAB82532_ISR0_PERR) in receive_chars()207 } else if (stat->sreg.isr0 & SAB82532_ISR0_PERR) in receive_chars()731 up->port.read_status_mask |= (SAB82532_ISR0_PERR | in sunsab_convert_to_sab()741 up->port.ignore_status_mask |= (SAB82532_ISR0_PERR | in sunsab_convert_to_sab()
273 #define SAB82532_ISR0_PERR 0x20 macro