Home
last modified time | relevance | path

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

/linux/drivers/tty/
A Dtty_baudrate.c20 static const speed_t baud_table[] = { variable
44 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()
/linux/arch/m68k/atari/
A 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/
A DSystem.map77668 ffff8000111abc80 d baud_table
A D.tmp_System.map77668 ffff8000111abc80 d baud_table

Completed in 360 milliseconds