Lines Matching refs:break_flag
91 int break_flag; member
461 sci_port->break_flag = 0; in sci_port_disable()
680 sci_port->break_flag) in sci_receive_chars()
691 if (sci_port->break_flag) { in sci_receive_chars()
700 sci_port->break_flag = 0; in sci_receive_chars()
766 port->break_flag = 1; in sci_break_timer()
768 } else if (port->break_flag == 1) { in sci_break_timer()
770 port->break_flag = 2; in sci_break_timer()
773 port->break_flag = 0; in sci_break_timer()
799 if (!sci_port->break_flag) { in sci_handle_errors()
802 sci_port->break_flag = 1; in sci_handle_errors()
896 if (!s->break_flag && status & SCxSR_BRK(port)) { in sci_handle_breaks()
899 s->break_flag = 1; in sci_handle_breaks()