Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/
Dsynclink_gt.c388 #define IRQ_RXBREAK BIT9 /* async */ macro
2075 if ((status & IRQ_RXBREAK) && (status & RXBREAK)) { in isr_serial()
4152 slgt_irq_on(info, IRQ_RXBREAK | IRQ_RXOVER); in async_mode()