'\" t .\" Title: uart_get_divisor .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: January 2017 .\" Manual: 16x50 UART Driver .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "UART_GET_DIVISOR" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "16x50 UART Driver" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" uart_get_divisor \- return uart clock divisor .SH "SYNOPSIS" .HP \w'unsigned\ int\ uart_get_divisor('u .BI "unsigned int uart_get_divisor(struct\ uart_port\ *\ " "port" ", unsigned\ int\ " "baud" ");" .SH "ARGUMENTS" .PP \fIport\fR .RS 4 uart_port structure describing the port\&. .RE .PP \fIbaud\fR .RS 4 desired baud rate .RE .SH "DESCRIPTION" .PP Calculate the uart clock divisor for the port\&. .SH "COPYRIGHT" .br