Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/serial/
Dsunsab.c153 if ((stat->sreg.isr1 & SAB82532_ISR1_BRK) && in receive_chars()
158 if (unlikely(stat->sreg.isr1 & SAB82532_ISR1_BRK)) { in receive_chars()
175 unlikely(stat->sreg.isr1 & SAB82532_ISR1_BRK)) { in receive_chars()
179 if (stat->sreg.isr1 & SAB82532_ISR1_BRK) { in receive_chars()
204 if (stat->sreg.isr1 & SAB82532_ISR1_BRK) { in receive_chars()
325 (status.sreg.isr1 & SAB82532_ISR1_BRK)) in sunsab_interrupt()
739 up->port.read_status_mask |= (SAB82532_ISR1_BRK << 8); in sunsab_convert_to_sab()
749 up->port.ignore_status_mask |= (SAB82532_ISR1_BRK << 8); in sunsab_convert_to_sab()
Dsunsab.h281 #define SAB82532_ISR1_BRK 0x80 macro