Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dioc3_serial.c194 #define LOWAT_WRITTEN 0x04 macro
722 if (!(port->ip_flags & LOWAT_WRITTEN) && in do_write()
725 port->ip_flags |= LOWAT_WRITTEN; in do_write()
1563 port->ip_flags &= ~LOWAT_WRITTEN; in ioc3uart_intr_one()
Dioc4_serial.c513 #define LOWAT_WRITTEN 0x04 macro
1445 if (!(port->ip_flags & LOWAT_WRITTEN) && in do_write()
1449 port->ip_flags |= LOWAT_WRITTEN; in do_write()
1962 port->ip_flags &= ~LOWAT_WRITTEN; in handle_intr()