Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsunsab.c162 stat->sreg.isr0 &= ~(SAB82532_ISR0_PERR | in receive_chars()
175 if (unlikely(stat->sreg.isr0 & (SAB82532_ISR0_PERR | in receive_chars()
183 stat->sreg.isr0 &= ~(SAB82532_ISR0_PERR | in receive_chars()
194 } else if (stat->sreg.isr0 & SAB82532_ISR0_PERR) in receive_chars()
209 } else if (stat->sreg.isr0 & SAB82532_ISR0_PERR) in receive_chars()
739 up->port.read_status_mask |= (SAB82532_ISR0_PERR | in sunsab_convert_to_sab()
749 up->port.ignore_status_mask |= (SAB82532_ISR0_PERR | in sunsab_convert_to_sab()
Dsunsab.h272 #define SAB82532_ISR0_PERR 0x20 macro