Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/serial/
Dsunsab.c159 stat->sreg.isr0 &= ~(SAB82532_ISR0_PERR | in receive_chars()
172 if (unlikely(stat->sreg.isr0 & (SAB82532_ISR0_PERR | in receive_chars()
180 stat->sreg.isr0 &= ~(SAB82532_ISR0_PERR | in receive_chars()
191 } else if (stat->sreg.isr0 & SAB82532_ISR0_PERR) in receive_chars()
206 } else if (stat->sreg.isr0 & SAB82532_ISR0_PERR) in receive_chars()
736 up->port.read_status_mask |= (SAB82532_ISR0_PERR | in sunsab_convert_to_sab()
746 up->port.ignore_status_mask |= (SAB82532_ISR0_PERR | in sunsab_convert_to_sab()
Dsunsab.h273 #define SAB82532_ISR0_PERR 0x20 macro