Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dsunsab.c154 if ((stat->sreg.isr1 & SAB82532_ISR1_BRK) && in receive_chars()
159 if (unlikely(stat->sreg.isr1 & SAB82532_ISR1_BRK)) { in receive_chars()
176 unlikely(stat->sreg.isr1 & SAB82532_ISR1_BRK)) { in receive_chars()
180 if (stat->sreg.isr1 & SAB82532_ISR1_BRK) { in receive_chars()
205 if (stat->sreg.isr1 & SAB82532_ISR1_BRK) { in receive_chars()
326 (status.sreg.isr1 & SAB82532_ISR1_BRK)) in sunsab_interrupt()
736 up->port.read_status_mask |= (SAB82532_ISR1_BRK << 8); in sunsab_convert_to_sab()
746 up->port.ignore_status_mask |= (SAB82532_ISR1_BRK << 8); in sunsab_convert_to_sab()
Dsunsab.h281 #define SAB82532_ISR1_BRK 0x80 macro