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()761 if (brd->channels[port]->ch_flags & CH_STOP) { in neo_parse_isr()762 ch->ch_flags &= ~(CH_STOP); in neo_parse_isr()769 if (!(brd->channels[port]->ch_flags & CH_STOP)) { in neo_parse_isr()770 ch->ch_flags |= CH_STOP; in neo_parse_isr()
161 #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()
456 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_BREAK_SENDING)) in cls_copy_data_from_queue_to_uart()