1. NAME

uart_get_divisor - return uart clock divisor

2. SYNOPSIS

unsigned int uart_get_divisor(struct uart_port *  port , unsigned int  baud );

3. ARGUMENTS

port
    uart_port structure describing the port.

baud
    desired baud rate

4. DESCRIPTION

Calculate the uart clock divisor for the port.

5. COPYRIGHT