baud_max          980 drivers/tty/serial/mxs-auart.c 	unsigned int cflag, baud, baud_min, baud_max;
baud_max         1083 drivers/tty/serial/mxs-auart.c 		baud_max = u->uartclk * 32 / AUART_LINECTRL_BAUD_DIV_MIN;
baud_max         1084 drivers/tty/serial/mxs-auart.c 		baud = uart_get_baud_rate(u, termios, old, baud_min, baud_max);