Return uart clock divisor
unsigned int uart_get_divisor(struct uart_port * port, unsigned int baud);
port
uart_port structure describing the port.
baud
desired baud rate
Calculate the uart clock divisor for the port.