1UART_GET_DIVISOR(9) 16x50 UART Driver UART_GET_DIVISOR(9)
23
4
NAME
6uart_get_divisor - return uart clock divisor
7
SYNOPSIS
9unsigned int uart_get_divisor(struct uart_port * port,
10unsigned int baud);
11
ARGUMENTS
13port
14uart_port structure describing the port.
1516
baud
17desired baud rate
18
DESCRIPTION
20Calculate the uart clock divisor for the port.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 UART_GET_DIVISOR(9)