Lines Matching refs:baud
949 int baud, brg; in sunzilog_set_termios() local
951 baud = uart_get_baud_rate(port, termios, old, 1200, 76800); in sunzilog_set_termios()
955 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR); in sunzilog_set_termios()
968 uart_update_timeout(port, termios->c_cflag, baud); in sunzilog_set_termios()
1224 int baud, brg; in sunzilog_console_setup() local
1239 case B150: baud = 150; break; in sunzilog_console_setup()
1240 case B300: baud = 300; break; in sunzilog_console_setup()
1241 case B600: baud = 600; break; in sunzilog_console_setup()
1242 case B1200: baud = 1200; break; in sunzilog_console_setup()
1243 case B2400: baud = 2400; break; in sunzilog_console_setup()
1244 case B4800: baud = 4800; break; in sunzilog_console_setup()
1245 default: case B9600: baud = 9600; break; in sunzilog_console_setup()
1246 case B19200: baud = 19200; break; in sunzilog_console_setup()
1247 case B38400: baud = 38400; break; in sunzilog_console_setup()
1250 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR); in sunzilog_console_setup()
1286 int baud, brg; in sunzilog_init_kbdms() local
1290 baud = 1200; in sunzilog_init_kbdms()
1293 baud = 4800; in sunzilog_init_kbdms()
1297 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR); in sunzilog_init_kbdms()
1337 int baud, brg; in sunzilog_init_hw() local
1375 baud = 9600; in sunzilog_init_hw()
1376 brg = BPS_TO_BRG(baud, ZS_CLOCK / ZS_CLOCK_DIVISOR); in sunzilog_init_hw()