Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/serial/
Dioc3_serial.c187 #define INPUT_HIGH 0x01 macro
1377 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr) in do_read()
1383 port->ip_flags &= ~INPUT_HIGH; in do_read()
1555 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()
2326 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr) in do_read()
2330 port->ip_flags &= ~INPUT_HIGH; in do_read()