Home
last modified time | relevance | path

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

/drivers/tty/
Dtty_ioctl.c263 static const speed_t baud_table[] = { variable
291 static int n_baud_table = ARRAY_SIZE(baud_table);
324 return baud_table[cbaud]; in tty_termios_baud_rate()
360 return baud_table[cbaud]; in tty_termios_input_baud_rate()
425 if (obaud - oclose <= baud_table[i] && in tty_termios_encode_baud_rate()
426 obaud + oclose >= baud_table[i]) { in tty_termios_encode_baud_rate()
430 if (ibaud - iclose <= baud_table[i] && in tty_termios_encode_baud_rate()
431 ibaud + iclose >= baud_table[i]) { in tty_termios_encode_baud_rate()
Dcyclades.c182 static const int baud_table[] = { variable
2020 if (baud == baud_table[i]) in cy_set_line_char()
2043 if (baud_table[i] == 134) { in cy_set_line_char()
2051 } else if (baud_table[i]) { in cy_set_line_char()
2053 baud_table[i]) + 2; in cy_set_line_char()
/drivers/tty/serial/
D68328serial.c189 static int baud_table[] = { variable
1239 for (i = 0; i < ARRAY_SIZE(baud_table); i++)
1240 if (baud_table[i] == m68328_console_baud)
1242 if (i >= ARRAY_SIZE(baud_table)) {
1268 for (i = 0; i < ARRAY_SIZE(baud_table); i++)
1269 if (baud_table[i] == n)
1271 if (i < ARRAY_SIZE(baud_table)) {
Dcrisv10.c985 static int baud_table[] = { in cflag_to_baud() local
996 return baud_table[cflag & CBAUD]; in cflag_to_baud()
1006 static char baud_table[] = { in cflag_to_etrax_baud() local
1015 retval = baud_table[cflag & CBAUD]; in cflag_to_etrax_baud()