ASCSTATE_ROE 81 drivers/tty/serial/lantiq.c #define ASCSTATE_ANY (ASCSTATE_ROE|ASCSTATE_PE|ASCSTATE_FE) ASCSTATE_ROE 192 drivers/tty/serial/lantiq.c if (rsr & ASCSTATE_ROE) { ASCSTATE_ROE 209 drivers/tty/serial/lantiq.c if (rsr & ASCSTATE_ROE) ASCSTATE_ROE 450 drivers/tty/serial/lantiq.c port->read_status_mask = ASCSTATE_ROE; ASCSTATE_ROE 464 drivers/tty/serial/lantiq.c port->ignore_status_mask |= ASCSTATE_ROE;