/linux-4.1.27/drivers/tty/serial/ |
H A D | apbuart.c | 247 /* uart_get_divisor calc a *16 uart freq, apbuart is *8 */ apbuart_set_termios() 248 quot = (uart_get_divisor(port, baud)) * 2; apbuart_set_termios()
|
H A D | 21285.c | 230 quot = uart_get_divisor(port, baud); serial21285_set_termios()
|
H A D | clps711x.c | 274 quot = uart_get_divisor(port, baud); uart_clps711x_set_termios()
|
H A D | sunhv.c | 327 unsigned int quot = uart_get_divisor(port, baud); sunhv_set_termios()
|
H A D | digicolor-usart.c | 308 divisor = uart_get_divisor(port, baud) - 1; digicolor_uart_set_termios()
|
H A D | serial_ks8695.c | 392 quot = uart_get_divisor(port, baud); ks8695uart_set_termios()
|
H A D | tilegx.c | 480 divisor.divisor = uart_get_divisor(port, baud); tilegx_set_termios()
|
H A D | serial_txx9.c | 266 sio_quot_set(up, uart_get_divisor(port, 9600)); serial_txx9_initialize() 673 quot = uart_get_divisor(port, baud); serial_txx9_set_termios()
|
H A D | sunsab.c | 788 unsigned int quot = uart_get_divisor(port, baud); sunsab_set_termios() 939 quot = uart_get_divisor(&up->port, baud); sunsab_console_setup()
|
H A D | amba-pl010.c | 407 quot = uart_get_divisor(port, baud); pl010_set_termios()
|
H A D | bcm63xx_uart.c | 552 quot = uart_get_divisor(port, baud) - 1; bcm_uart_set_termios()
|
H A D | lantiq.c | 458 divisor = uart_get_divisor(port, baud); lqasc_set_termios()
|
H A D | pnx8xxx_uart.c | 479 quot = uart_get_divisor(port, baud); pnx8xxx_set_termios()
|
H A D | pxa.c | 469 quot = uart_get_divisor(port, baud); serial_pxa_set_termios()
|
H A D | rp2.c | 386 baud_div = uart_get_divisor(port, baud); rp2_uart_set_termios()
|
H A D | sa1100.c | 453 quot = uart_get_divisor(port, baud); sa1100_set_termios()
|
H A D | vr41xx_siu.c | 549 quot = uart_get_divisor(port, baud); siu_set_termios()
|
H A D | vt8500_serial.c | 323 div |= (uart_get_divisor(port, baud) - 1) & 0x3ff; vt8500_set_baud_rate()
|
H A D | serial_core.c | 407 * uart_get_divisor - return uart clock divisor 414 uart_get_divisor(struct uart_port *port, unsigned int baud) uart_get_divisor() function 429 EXPORT_SYMBOL(uart_get_divisor); variable
|
H A D | bfin_uart.c | 858 quot = uart_get_divisor(port, baud); bfin_serial_set_termios()
|
H A D | m32r_sio.c | 686 return uart_get_divisor(port, baud); m32r_sio_get_divisor()
|
H A D | msm_serial.c | 413 divisor = uart_get_divisor(port, baud); msm_find_best_baud()
|
H A D | sunsu.c | 916 quot = uart_get_divisor(port, baud); sunsu_set_termios()
|
H A D | atmel_serial.c | 1975 quot = uart_get_divisor(port, baud); atmel_set_termios()
|
H A D | imx.c | 1340 quot = uart_get_divisor(port, baud); imx_set_termios()
|
/linux-4.1.27/drivers/tty/serial/8250/ |
H A D | 8250_mtk.c | 70 quot = uart_get_divisor(port, baud); mtk8250_set_termios()
|
H A D | 8250_core.c | 2482 quot = uart_get_divisor(port, baud); serial8250_get_divisor()
|
/linux-4.1.27/include/linux/ |
H A D | serial_core.h | 322 unsigned int uart_get_divisor(struct uart_port *port, unsigned int baud);
|