1. NAME

uart_update_timeout - update per-port FIFO timeout.

2. SYNOPSIS

void uart_update_timeout(struct uart_port *  port , unsigned int  cflag , unsigned int  baud );

3. ARGUMENTS

port
    uart_port structure describing the port

cflag
    termios cflag value

baud
    speed of the port

4. DESCRIPTION

Set the port FIFO timeout value. The cflag value should reflect the actual hardware settings.

5. COPYRIGHT