Searched refs:baud_table (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/tty/ |
D | tty_ioctl.c | 269 static const speed_t baud_table[] = { variable 297 static int n_baud_table = ARRAY_SIZE(baud_table); 330 return baud_table[cbaud]; in tty_termios_baud_rate() 366 return baud_table[cbaud]; in tty_termios_input_baud_rate() 431 if (obaud - oclose <= baud_table[i] && in tty_termios_encode_baud_rate() 432 obaud + oclose >= baud_table[i]) { in tty_termios_encode_baud_rate() 436 if (ibaud - iclose <= baud_table[i] && in tty_termios_encode_baud_rate() 437 ibaud + iclose >= baud_table[i]) { in tty_termios_encode_baud_rate()
|
D | cyclades.c | 182 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()
|
/linux-4.1.27/drivers/tty/serial/ |
D | 68328serial.c | 189 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)) {
|
D | crisv10.c | 983 static int baud_table[] = { in cflag_to_baud() local 994 return baud_table[cflag & CBAUD]; in cflag_to_baud() 1004 static char baud_table[] = { in cflag_to_etrax_baud() local 1013 retval = baud_table[cflag & CBAUD]; in cflag_to_etrax_baud()
|
/linux-4.1.27/arch/m68k/atari/ |
D | debug.c | 167 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.1.27/firmware/keyspan_pda/ |
D | keyspan_pda.S | 659 add a, #LOW(baud_table) 661 mov a, #HIGH(baud_table) 1020 baud_table: ; baud_high, then baud_low label
|
D | xircom_pgs.S | 697 add a, #LOW(baud_table) 699 mov a, #HIGH(baud_table) 1088 baud_table: ; baud_high, then baud_low label
|