Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c184 #define INPUT_HIGH 0x01 macro
1375 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr) in do_read()
1381 port->ip_flags &= ~INPUT_HIGH; in do_read()
1550 port->ip_flags |= INPUT_HIGH; in ioc3uart_intr_one()
Dioc4_serial.c508 #define INPUT_HIGH 0x01 macro
1953 port->ip_flags |= INPUT_HIGH; in handle_intr()
2330 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr) in do_read()
2334 port->ip_flags &= ~INPUT_HIGH; in do_read()