Lines Matching full:baud
89 int baud, bits, stop, cflag; in sunserial_console_termios() local
121 baud = simple_strtoul(s, NULL, 0); in sunserial_console_termios()
131 switch (baud) { in sunserial_console_termios()
145 default: baud = 9600; cflag |= B9600; break; in sunserial_console_termios()
170 /* Sun serial MOUSE auto baud rate detection. */
172 int baud; member
187 for (i = 0; mouse_baud_table[i].baud != -1; i++) in suncore_mouse_baud_cflag_next()
192 if (mouse_baud_table[i].baud == -1) in suncore_mouse_baud_cflag_next()
195 *new_baud = mouse_baud_table[i].baud; in suncore_mouse_baud_cflag_next()
201 /* Basically, when the baud rate is wrong the mouse spits out
211 * and say we need to try another baud rate. in suncore_mouse_baud_detection()
216 /* Ok, we need to try another baud. */ in suncore_mouse_baud_detection()
224 /* Correct baud rate determined. */ in suncore_mouse_baud_detection()