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

/drivers/tty/serial/
H A D68328serial.c142 static int baud_table[] = { variable
513 info->baud = baud_table[i];
1324 for (i = 0; i < ARRAY_SIZE(baud_table); i++)
1325 if (baud_table[i] == m68328_console_baud)
1327 if (i >= ARRAY_SIZE(baud_table)) {
1353 for (i = 0; i < ARRAY_SIZE(baud_table); i++)
1354 if (baud_table[i] == n)
1356 if (i < ARRAY_SIZE(baud_table)) {
H A Dmax3107.h359 struct baud_table { struct
404 struct baud_table *baud_tbl;
H A Dmax3107.c42 static const struct baud_table brg26_ext[] = {
58 static const struct baud_table brg13_int[] = {
77 const struct baud_table *baud_tbl = s->baud_tbl;
527 s->baud_tbl = (struct baud_table *)brg26_ext;
530 s->baud_tbl = (struct baud_table *)brg13_int;
H A Dcrisv10.c1003 static int baud_table[] = { local
1014 return baud_table[cflag & CBAUD];
1024 static char baud_table[] = { local
1033 retval = baud_table[cflag & CBAUD];
/drivers/tty/
H A Dtty_ioctl.c196 * Note that the baud_table needs to be kept in sync with the
199 static const speed_t baud_table[] = { variable
227 static int n_baud_table = ARRAY_SIZE(baud_table);
260 return baud_table[cbaud];
296 return baud_table[cbaud];
361 if (obaud - oclose <= baud_table[i] &&
362 obaud + oclose >= baud_table[i]) {
366 if (ibaud - iclose <= baud_table[i] &&
367 ibaud + iclose >= baud_table[i]) {
H A Dcyclades.c182 static const int baud_table[] = { variable
2042 if (baud == baud_table[i])
2065 if (baud_table[i] == 134) {
2073 } else if (baud_table[i]) {
2075 baud_table[i]) + 2;
/drivers/staging/serial/
H A D68360serial.c301 static int baud_table[] = { variable
908 if (i >= (sizeof(baud_table)/sizeof(int)))
911 baud_rate = baud_table[i];
2779 m360_cpm_setbrg(i, baud_table[baud_idx]);
2810 for (bidx = 0; bidx < (sizeof(baud_table) / sizeof(int)); bidx++)
2811 /* if (bd->bi_baudrate == baud_table[bidx]) */
2812 if (CONSOLE_BAUDRATE == baud_table[bidx])

Completed in 298 milliseconds