baud_tmp 670 drivers/tty/serial/sirfsoc_uart.c unsigned long baud_tmp; baud_tmp 678 drivers/tty/serial/sirfsoc_uart.c baud_tmp = ioclk_rate / ((ioclk_div + 1) * (sample_div + 1)); baud_tmp 679 drivers/tty/serial/sirfsoc_uart.c temp_delta = baud_tmp - baud_rate; baud_tmp 687 drivers/tty/serial/sirfsoc_uart.c *set_baud = baud_tmp;