Searched refs:uart_get_divisor (Results 1 – 18 of 18) sorted by relevance
/linux/Documentation/driver-api/serial/ |
H A D | driver.rst | 73 :identifiers: uart_update_timeout uart_get_baud_rate uart_get_divisor
|
/linux/drivers/tty/serial/ |
H A D | 21285.c | 245 quot = uart_get_divisor(port, baud); in serial21285_set_termios()
|
H A D | serial_txx9.c | 242 sio_quot_set(up, uart_get_divisor(up, 9600)); in serial_txx9_initialize() 619 quot = uart_get_divisor(up, baud); in serial_txx9_set_termios()
|
H A D | apbuart.c | 217 quot = (uart_get_divisor(port, baud)) * 2; in apbuart_set_termios()
|
H A D | vt8500_serial.c | 287 div |= (uart_get_divisor(port, baud) - 1) & 0x3ff; in vt8500_set_baud_rate()
|
H A D | amba-pl010.c | 362 quot = uart_get_divisor(port, baud); in pl010_set_termios()
|
H A D | bcm63xx_uart.c | 520 quot = uart_get_divisor(port, baud) - 1; in bcm_uart_set_termios()
|
H A D | lantiq.c | 458 divisor = uart_get_divisor(port, baud); in lqasc_set_termios()
|
H A D | pxa.c | 424 quot = uart_get_divisor(port, baud); in serial_pxa_set_termios()
|
H A D | rp2.c | 380 baud_div = uart_get_divisor(port, baud); in rp2_uart_set_termios()
|
H A D | sa1100.c | 422 quot = uart_get_divisor(port, baud); in sa1100_set_termios()
|
H A D | sunsu.c | 908 quot = uart_get_divisor(port, baud); in sunsu_set_termios()
|
H A D | serial_core.c | 572 uart_get_divisor(struct uart_port *port, unsigned int baud) in uart_get_divisor() function 586 EXPORT_SYMBOL(uart_get_divisor);
|
H A D | atmel_serial.c | 2276 cd = uart_get_divisor(port, baud); in atmel_set_termios()
|
H A D | imx.c | 1749 quot = uart_get_divisor(port, baud); in imx_uart_set_termios()
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_mtk.c | 365 quot = uart_get_divisor(port, baud); in mtk8250_set_termios()
|
H A D | 8250_port.c | 2571 quot = uart_get_divisor(port, baud); in serial8250_do_get_divisor()
|
/linux/include/linux/ |
H A D | serial_core.h | 1017 unsigned int uart_get_divisor(struct uart_port *port, unsigned int baud);
|