Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c191 #define LOWAT_WRITTEN 0x04 macro
719 if (!(port->ip_flags & LOWAT_WRITTEN) && in do_write()
722 port->ip_flags |= LOWAT_WRITTEN; in do_write()
1560 port->ip_flags &= ~LOWAT_WRITTEN; in ioc3uart_intr_one()
Dioc4_serial.c510 #define LOWAT_WRITTEN 0x04 macro
1448 if (!(port->ip_flags & LOWAT_WRITTEN) && in do_write()
1452 port->ip_flags |= LOWAT_WRITTEN; in do_write()
1965 port->ip_flags &= ~LOWAT_WRITTEN; in handle_intr()