Searched refs:baud_table (Results 1 – 4 of 4) sorted by relevance
20 static const speed_t baud_table[] = { variable44 static int n_baud_table = ARRAY_SIZE(baud_table);77 return cbaud >= n_baud_table ? 0 : baud_table[cbaud]; in tty_termios_baud_rate()113 return cbaud >= n_baud_table ? 0 : baud_table[cbaud]; in tty_termios_input_baud_rate()187 if (obaud - oclose <= baud_table[i] && in tty_termios_encode_baud_rate()188 obaud + oclose >= baud_table[i]) { in tty_termios_encode_baud_rate()192 if (ibaud - iclose <= baud_table[i] && in tty_termios_encode_baud_rate()193 ibaud + iclose >= baud_table[i]) { in tty_termios_encode_baud_rate()
167 static int baud_table[9] = { 16, 11, 8, 4, 2, 1, 175, 143, 128 }; in atari_init_mfp_port() local181 st_mfp.tim_dt_d = baud_table[baud]; in atari_init_mfp_port()
77668 ffff8000111abc80 d baud_table
Completed in 360 milliseconds