Lines Matching refs:stop
326 bool stop = false; in operation_shiftn1() local
391 stop = true; in operation_shiftn1()
407 stop = true; in operation_shiftn1()
428 if (!stop && (s->N1_tx != 0) && in operation_shiftn1()
441 if (!stop && !send_n1_alone && in operation_shiftn1()
445 stop = true; in operation_shiftn1()
453 if (send_n1_alone && !stop) { in operation_shiftn1()
463 return stop; in operation_shiftn1()
557 bool stop = false; in operation_shiftn2() local
587 stop = true; in operation_shiftn2()
615 if (!stop) { in operation_shiftn2()
641 return stop; in operation_shiftn2()
653 bool stop = false; /* Flag to stop the sequencer */ in operation_sequencer() local
699 stop = true; in operation_sequencer()
726 stop = true; in operation_sequencer()
772 stop = true; in operation_sequencer()
790 stop = operation_shiftn1(s, opcode, send_n1_alone); in operation_sequencer()
791 if (stop) { in operation_sequencer()
839 stop = true; in operation_sequencer()
843 stop = operation_shiftn2(s, opcode); in operation_sequencer()
848 if (stop) { in operation_sequencer()
895 stop = true; in operation_sequencer()
906 stop = true; in operation_sequencer()
993 if (stop) { in operation_sequencer()