Home
last modified time | relevance | path

Searched refs:CH_STOP (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_neo.c495 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()
H A Djsm.h166 #define CH_STOP 0x0002 /* Output is stopped */ macro
H A Djsm_tty.c130 channel->ch_flags &= ~(CH_STOP); in jsm_tty_start_tx()
143 channel->ch_flags |= (CH_STOP); in jsm_tty_stop_tx()
H A Djsm_cls.c463 if ((ch->ch_flags & CH_STOP) || (ch->ch_flags & CH_BREAK_SENDING)) in cls_copy_data_from_queue_to_uart()