Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsunsab.c156 if ((stat->sreg.isr1 & SAB82532_ISR1_BRK) && in receive_chars()
161 if (unlikely(stat->sreg.isr1 & SAB82532_ISR1_BRK)) { in receive_chars()
178 unlikely(stat->sreg.isr1 & SAB82532_ISR1_BRK)) { in receive_chars()
182 if (stat->sreg.isr1 & SAB82532_ISR1_BRK) { in receive_chars()
207 if (stat->sreg.isr1 & SAB82532_ISR1_BRK) { in receive_chars()
328 (status.sreg.isr1 & SAB82532_ISR1_BRK)) in sunsab_interrupt()
742 up->port.read_status_mask |= (SAB82532_ISR1_BRK << 8); in sunsab_convert_to_sab()
752 up->port.ignore_status_mask |= (SAB82532_ISR1_BRK << 8); in sunsab_convert_to_sab()
Dsunsab.h280 #define SAB82532_ISR1_BRK 0x80 macro