Home
last modified time | relevance | path

Searched refs:SAB82532_ISR0_PERR (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/tty/serial/
Dsunsab.c163 stat->sreg.isr0 &= ~(SAB82532_ISR0_PERR | in receive_chars()
176 if (unlikely(stat->sreg.isr0 & (SAB82532_ISR0_PERR | in receive_chars()
184 stat->sreg.isr0 &= ~(SAB82532_ISR0_PERR | in receive_chars()
195 } else if (stat->sreg.isr0 & SAB82532_ISR0_PERR) in receive_chars()
210 } else if (stat->sreg.isr0 & SAB82532_ISR0_PERR) in receive_chars()
740 up->port.read_status_mask |= (SAB82532_ISR0_PERR | in sunsab_convert_to_sab()
750 up->port.ignore_status_mask |= (SAB82532_ISR0_PERR | in sunsab_convert_to_sab()
Dsunsab.h273 #define SAB82532_ISR0_PERR 0x20 macro