Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dsunsab.c157 if ((stat->sreg.isr1 & SAB82532_ISR1_BRK) && in receive_chars()
162 if (unlikely(stat->sreg.isr1 & SAB82532_ISR1_BRK)) { in receive_chars()
179 unlikely(stat->sreg.isr1 & SAB82532_ISR1_BRK)) { in receive_chars()
183 if (stat->sreg.isr1 & SAB82532_ISR1_BRK) { in receive_chars()
208 if (stat->sreg.isr1 & SAB82532_ISR1_BRK) { in receive_chars()
329 (status.sreg.isr1 & SAB82532_ISR1_BRK)) in sunsab_interrupt()
743 up->port.read_status_mask |= (SAB82532_ISR1_BRK << 8); in sunsab_convert_to_sab()
753 up->port.ignore_status_mask |= (SAB82532_ISR1_BRK << 8); in sunsab_convert_to_sab()
Dsunsab.h281 #define SAB82532_ISR1_BRK 0x80 macro