Searched refs:new_baud (Results 1 – 3 of 3) sorted by relevance
182 unsigned int suncore_mouse_baud_cflag_next(unsigned int cflag, int *new_baud) in suncore_mouse_baud_cflag_next() argument194 *new_baud = mouse_baud_table[i].baud; in suncore_mouse_baud_cflag_next()
495 int quot, new_baud; in sunsu_change_mouse_baud() local498 up->cflag |= suncore_mouse_baud_cflag_next(cur_cflag, &new_baud); in sunsu_change_mouse_baud()500 quot = up->port.uartclk / (16 * new_baud); in sunsu_change_mouse_baud()
287 int brg, new_baud; in sunzilog_change_mouse_baud() local290 up->cflag |= suncore_mouse_baud_cflag_next(cur_cflag, &new_baud); in sunzilog_change_mouse_baud()292 brg = BPS_TO_BRG(new_baud, ZS_CLOCK / ZS_CLOCK_DIVISOR); in sunzilog_change_mouse_baud()