Searched refs:CH_STOP (Results 1 – 4 of 4) sorted by relevance
495 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_BREAK_SENDING)) in neo_copy_data_from_queue_to_uart()773 if (brd->channels[port]->ch_flags & CH_STOP) { in neo_parse_isr()774 ch->ch_flags &= ~(CH_STOP); in neo_parse_isr()781 if (!(brd->channels[port]->ch_flags & CH_STOP)) { in neo_parse_isr()782 ch->ch_flags |= CH_STOP; in neo_parse_isr()
166 #define CH_STOP 0x0002 /* Output is stopped */ macro
130 channel->ch_flags &= ~(CH_STOP); in jsm_tty_start_tx()143 channel->ch_flags |= (CH_STOP); in jsm_tty_stop_tx()
463 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_BREAK_SENDING)) in cls_copy_data_from_queue_to_uart()