VSTOP
writeb(termio->c_cc[VSTOP], ofsAddr + FuncArg1);
(old_termios->c_cc[VSTOP] == '\023') &&
priv->xoff = termios->c_cc[VSTOP];
if (ch == termios->c_cc[VSTOP])
channel->ch_stopc = termios->c_cc[VSTOP];
channel->ch_stopc = termios->c_cc[VSTOP];
max310x_port_write(port, MAX310X_XOFF1_REG, termios->c_cc[VSTOP]);
serial_out(up, UART_XOFF1, termios->c_cc[VSTOP]);
sc16is7xx_port_write(port, SC16IS7XX_XOFF1_REG, termios->c_cc[VSTOP]);
tty->termios.c_cc[VSTOP] != old_termios->c_cc[VSTOP];
tmp.t_stopc = tty->termios.c_cc[VSTOP];
tty->termios.c_cc[VSTOP] = tmp.t_stopc;
a->c_cc[VSTOP] != b->c_cc[VSTOP];
STOP_CHAR(tty) == old_termios->c_cc[VSTOP]) {
a->c_cc[VSTOP] != b->c_cc[VSTOP];
[VSTOP] = 'S'-0x40, \
#define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP])
if (old->c_cc[VSTOP] != new->c_cc[VSTOP]) {
x_on = new->c_cc[VSTOP];