Update per-port fifo timeout.
void uart_update_timeout(struct uart_port * port, unsigned int cflag, unsigned int baud);
port
uart_port structure describing the port
cflag
termios cflag value
baud
speed of the port
Set the port FIFO timeout value. The cflag value should reflect the actual hardware settings.