Searched refs:uart_get_divisor (Results 1 - 23 of 23) sorted by relevance

/drivers/tty/serial/
H A D21285.c235 quot = uart_get_divisor(port, baud);
H A Dclps711x.c301 quot = uart_get_divisor(port, baud);
H A Dsunhv.c328 unsigned int quot = uart_get_divisor(port, baud);
H A Dapbuart.c251 /* uart_get_divisor calc a *16 uart freq, apbuart is *8 */
252 quot = (uart_get_divisor(port, baud)) * 2;
H A Dbcm63xx_uart.c553 quot = uart_get_divisor(port, baud) - 1;
H A Dlantiq.c457 divisor = uart_get_divisor(port, baud);
H A Dpnx8xxx_uart.c467 quot = uart_get_divisor(port, baud);
H A Dsc26xx.c384 unsigned int quot = uart_get_divisor(port, baud);
H A Dserial_ks8695.c393 quot = uart_get_divisor(port, baud);
H A Dserial_txx9.c272 sio_quot_set(up, uart_get_divisor(port, 9600));
685 quot = uart_get_divisor(port, baud);
H A Dsunsab.c774 unsigned int quot = uart_get_divisor(port, baud);
929 quot = uart_get_divisor(&up->port, baud);
H A Damba-pl010.c395 quot = uart_get_divisor(port, baud);
H A Dm32r_sio.c691 return uart_get_divisor(port, baud);
H A Dpxa.c492 quot = uart_get_divisor(port, baud);
H A Dsa1100.c442 quot = uart_get_divisor(port, baud);
H A Dvr41xx_siu.c551 quot = uart_get_divisor(port, baud);
H A Dserial_core.c410 * uart_get_divisor - return uart clock divisor
417 uart_get_divisor(struct uart_port *port, unsigned int baud) function
432 EXPORT_SYMBOL(uart_get_divisor); variable
H A Dbfin_uart.c868 quot = uart_get_divisor(port, baud);
H A Dmfd.c946 /* Use uart_get_divisor to get quot for other baud rates */
951 quot = uart_get_divisor(port, baud);
H A Dsunsu.c905 quot = uart_get_divisor(port, baud);
H A Datmel_serial.c1140 quot = uart_get_divisor(port, baud);
H A Dimx.c941 quot = uart_get_divisor(port, baud);
/drivers/tty/serial/8250/
H A D8250.c2226 quot = uart_get_divisor(port, baud);

Completed in 164 milliseconds