new_baud          183 drivers/tty/serial/suncore.c unsigned int suncore_mouse_baud_cflag_next(unsigned int cflag, int *new_baud)
new_baud          195 drivers/tty/serial/suncore.c 	*new_baud = mouse_baud_table[i].baud;
new_baud          495 drivers/tty/serial/sunsu.c 	int quot, new_baud;
new_baud          498 drivers/tty/serial/sunsu.c 	up->cflag |= suncore_mouse_baud_cflag_next(cur_cflag, &new_baud);
new_baud          500 drivers/tty/serial/sunsu.c 	quot = up->port.uartclk / (16 * new_baud);
new_baud          287 drivers/tty/serial/sunzilog.c 	int brg, new_baud;
new_baud          290 drivers/tty/serial/sunzilog.c 	up->cflag |= suncore_mouse_baud_cflag_next(cur_cflag, &new_baud);
new_baud          292 drivers/tty/serial/sunzilog.c 	brg = BPS_TO_BRG(new_baud, ZS_CLOCK / ZS_CLOCK_DIVISOR);