Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dioc3_serial.c187 #define INPUT_HIGH 0x01 macro
1378 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr) in do_read()
1384 port->ip_flags &= ~INPUT_HIGH; in do_read()
1553 port->ip_flags |= INPUT_HIGH; in ioc3uart_intr_one()
Dioc4_serial.c511 #define INPUT_HIGH 0x01 macro
1950 port->ip_flags |= INPUT_HIGH; in handle_intr()
2327 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr) in do_read()
2331 port->ip_flags &= ~INPUT_HIGH; in do_read()