Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dtty_ioctl.c272 static const speed_t baud_table[] = { variable
300 static int n_baud_table = ARRAY_SIZE(baud_table);
333 return baud_table[cbaud]; in tty_termios_baud_rate()
369 return baud_table[cbaud]; in tty_termios_input_baud_rate()
434 if (obaud - oclose <= baud_table[i] && in tty_termios_encode_baud_rate()
435 obaud + oclose >= baud_table[i]) { in tty_termios_encode_baud_rate()
439 if (ibaud - iclose <= baud_table[i] && in tty_termios_encode_baud_rate()
440 ibaud + iclose >= baud_table[i]) { in tty_termios_encode_baud_rate()
Dcyclades.c182 static const int baud_table[] = { variable
2011 if (baud == baud_table[i]) in cy_set_line_char()
2034 if (baud_table[i] == 134) { in cy_set_line_char()
2042 } else if (baud_table[i]) { in cy_set_line_char()
2044 baud_table[i]) + 2; in cy_set_line_char()
/linux-4.4.14/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.c952 static int baud_table[] = { in cflag_to_baud() local
963 return baud_table[cflag & CBAUD]; in cflag_to_baud()
973 static char baud_table[] = { in cflag_to_etrax_baud() local
982 retval = baud_table[cflag & CBAUD]; in cflag_to_etrax_baud()
/linux-4.4.14/arch/m68k/atari/
Ddebug.c167 static int baud_table[9] = { 16, 11, 8, 4, 2, 1, 175, 143, 128 }; in atari_init_mfp_port() local
181 st_mfp.tim_dt_d = baud_table[baud]; in atari_init_mfp_port()
/linux-4.4.14/firmware/keyspan_pda/
Dkeyspan_pda.S659 add a, #LOW(baud_table)
661 mov a, #HIGH(baud_table)
1020 baud_table: ; baud_high, then baud_low label
Dxircom_pgs.S697 add a, #LOW(baud_table)
699 mov a, #HIGH(baud_table)
1088 baud_table: ; baud_high, then baud_low label