Lines Matching refs:break_flag
92 int break_flag; member
473 sci_port->break_flag = 0; in sci_port_disable()
791 sci_port->break_flag) in sci_receive_chars()
802 if (sci_port->break_flag) { in sci_receive_chars()
811 sci_port->break_flag = 0; in sci_receive_chars()
877 port->break_flag = 1; in sci_break_timer()
879 } else if (port->break_flag == 1) { in sci_break_timer()
881 port->break_flag = 2; in sci_break_timer()
884 port->break_flag = 0; in sci_break_timer()
910 if (!sci_port->break_flag) { in sci_handle_errors()
913 sci_port->break_flag = 1; in sci_handle_errors()
992 if (!s->break_flag && status & SCxSR_BRK(port)) { in sci_handle_breaks()
995 s->break_flag = 1; in sci_handle_breaks()