Home
last modified time | relevance | path

Searched refs:CH_STOPI (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm.h167 #define CH_STOPI 0x0004 /* Input is stopped */ macro
H A Djsm_tty.c280 channel->ch_flags &= ~(CH_STOPI); in jsm_tty_close()
576 if (ch->ch_flags & CH_STOPI) { in jsm_input()