1UART_GET_DIVISOR(9)            16x50 UART Driver           UART_GET_DIVISOR(9)
2
3
4

NAME

6       uart_get_divisor - return uart clock divisor
7

SYNOPSIS

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

ARGUMENTS

13       port
14           uart_port structure describing the port.
15
16       baud
17           desired baud rate
18

DESCRIPTION

20       Calculate the uart clock divisor for the port.
21
23Kernel Hackers Manual 3.10         June 2019               UART_GET_DIVISOR(9)
Impressum