temp_delta        639 drivers/tty/serial/sirfsoc_uart.c 	unsigned long temp_delta;
temp_delta        643 drivers/tty/serial/sirfsoc_uart.c 		temp_delta = ioclk_rate -
temp_delta        647 drivers/tty/serial/sirfsoc_uart.c 		temp_delta = (temp_delta > 0) ? temp_delta : -temp_delta;
temp_delta        648 drivers/tty/serial/sirfsoc_uart.c 		if (temp_delta < min_delta) {
temp_delta        653 drivers/tty/serial/sirfsoc_uart.c 			min_delta = temp_delta;
temp_delta        655 drivers/tty/serial/sirfsoc_uart.c 			if (!temp_delta)
temp_delta        671 drivers/tty/serial/sirfsoc_uart.c 	int temp_delta;
temp_delta        679 drivers/tty/serial/sirfsoc_uart.c 		temp_delta = baud_tmp - baud_rate;
temp_delta        680 drivers/tty/serial/sirfsoc_uart.c 		temp_delta = (temp_delta > 0) ? temp_delta : -temp_delta;
temp_delta        681 drivers/tty/serial/sirfsoc_uart.c 		if (temp_delta < min_delta) {
temp_delta        686 drivers/tty/serial/sirfsoc_uart.c 			min_delta = temp_delta;