Searched refs:obaud (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dtty_ioctl.c244 void tty_termios_encode_baud_rate(struct ktermios *termios, speed_t ibaud, speed_t obaud) argument
248 int iclose = ibaud/50, oclose = obaud/50;
252 termios->c_ospeed = obaud;
268 if (obaud - oclose >= baud_table[i] && obaud + oclose <= baud_table[i]) {
284 if (ifound == -1 && (ibaud != obaud || ibinput))

Completed in 36 milliseconds