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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dserial167.c2089 int DefSpeed; local
2106 DefSpeed = serial_console_cflag & 0017;
2108 DefSpeed = initial_console_speed;
2110 serial_console_cflag = DefSpeed | CS8;
2157 info->tbpr = baud_bpr[DefSpeed]; /* Tx BPR */
2158 info->tco = baud_co[DefSpeed]; /* Tx CO */
2159 info->rbpr = baud_bpr[DefSpeed]; /* Rx BPR */
2160 info->rco = baud_co[DefSpeed] >> 5; /* Rx CO */

Completed in 101 milliseconds