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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A D68328serial.c143 static int baud_table[] = { variable
549 info->baud = baud_table[i];
1358 for (i = 0; i < ARRAY_SIZE(baud_table); i++)
1359 if (baud_table[i] == m68328_console_baud)
1361 if (i >= ARRAY_SIZE(baud_table)) {
1387 for (i = 0; i < ARRAY_SIZE(baud_table); i++)
1388 if (baud_table[i] == n)
1390 if (i < ARRAY_SIZE(baud_table)) {
H A Dmax3107.h359 struct baud_table { struct
404 struct baud_table *baud_tbl;
H A Dmax3107.c39 static const struct baud_table brg26_ext[] = {
55 static const struct baud_table brg13_int[] = {
74 const struct baud_table *baud_tbl = s->baud_tbl;
524 s->baud_tbl = (struct baud_table *)brg26_ext;
527 s->baud_tbl = (struct baud_table *)brg13_int;
H A D68360serial.c252 static int baud_table[] = { variable
856 if (i >= (sizeof(baud_table)/sizeof(int)))
859 baud_rate = baud_table[i];
2713 m360_cpm_setbrg(i, baud_table[baud_idx]);
2744 for (bidx = 0; bidx < (sizeof(baud_table) / sizeof(int)); bidx++)
2745 /* if (bd->bi_baudrate == baud_table[bidx]) */
2746 if (CONSOLE_BAUDRATE == baud_table[bidx])
H A Dcrisv10.c1004 static int baud_table[] = { local
1015 return baud_table[cflag & CBAUD];
1025 static char baud_table[] = { local
1034 retval = baud_table[cflag & CBAUD];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_ioctl.c197 * Note that the baud_table needs to be kept in sync with the
200 static const speed_t baud_table[] = { variable
228 static int n_baud_table = ARRAY_SIZE(baud_table);
261 return baud_table[cbaud];
297 return baud_table[cbaud];
362 if (obaud - oclose <= baud_table[i] &&
363 obaud + oclose >= baud_table[i]) {
367 if (ibaud - iclose <= baud_table[i] &&
368 ibaud + iclose >= baud_table[i]) {
H A Dscc.h55 } baud_table[17]; /* For 50, 75, 110, 135, 150, 200, 300, member in struct:scc_clock_config
H A Dserial167.c131 static int baud_table[] = { variable
786 if (baud_table[i] == 134) {
790 } else if (baud_table[i]) {
792 (info->xmit_fifo_size * HZ * 15 / baud_table[i]) +
H A Dcyclades.c185 static const int baud_table[] = { variable
2059 if (baud == baud_table[i])
2082 if (baud_table[i] == 134) {
2090 } else if (baud_table[i]) {
2092 baud_table[i]) + 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Ddebug.c143 static int baud_table[9] = { 16, 11, 8, 4, 2, 1, 175, 143, 128 }; local
152 baud -= B1200; /* baud_table[] starts at 1200bps */
157 st_mfp.tim_dt_d = baud_table[baud];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/keyspan_pda/
H A Dkeyspan_pda.S532 add a, #LOW(baud_table)
534 mov a, #HIGH(baud_table)
893 baud_table: ; baud_high, then baud_low label
H A Dxircom_pgs.S570 add a, #LOW(baud_table)
572 mov a, #HIGH(baud_table)
961 baud_table: ; baud_high, then baud_low label

Completed in 190 milliseconds