nstop 499 drivers/tty/serial/sifive.c static void __ssp_set_stop_bits(struct sifive_serial_port *ssp, char nstop) nstop 503 drivers/tty/serial/sifive.c if (nstop < 1 || nstop > 2) { nstop 510 drivers/tty/serial/sifive.c v |= (nstop - 1) << SIFIVE_SERIAL_TXCTRL_NSTOP_SHIFT; nstop 648 drivers/tty/serial/sifive.c char nstop; nstop 658 drivers/tty/serial/sifive.c nstop = (termios->c_cflag & CSTOPB) ? 2 : 1; nstop 659 drivers/tty/serial/sifive.c __ssp_set_stop_bits(ssp, nstop);