Searched refs:uart_get_divisor (Results 1 – 25 of 25) sorted by relevance
/Linux-v5.10/drivers/tty/serial/ |
D | 21285.c | 266 quot = uart_get_divisor(port, baud); in serial21285_set_termios()
|
D | sunhv.c | 329 unsigned int quot = uart_get_divisor(port, baud); in sunhv_set_termios()
|
D | serial_txx9.c | 258 sio_quot_set(up, uart_get_divisor(port, 9600)); in serial_txx9_initialize() 665 quot = uart_get_divisor(port, baud); in serial_txx9_set_termios()
|
D | apbuart.c | 245 quot = (uart_get_divisor(port, baud)) * 2; in apbuart_set_termios()
|
D | clps711x.c | 266 quot = uart_get_divisor(port, baud); in uart_clps711x_set_termios()
|
D | digicolor-usart.c | 304 divisor = uart_get_divisor(port, baud) - 1; in digicolor_uart_set_termios()
|
D | sunsab.c | 785 unsigned int quot = uart_get_divisor(port, baud); in sunsab_set_termios() 936 quot = uart_get_divisor(&up->port, baud); in sunsab_console_setup()
|
D | vt8500_serial.c | 310 div |= (uart_get_divisor(port, baud) - 1) & 0x3ff; in vt8500_set_baud_rate()
|
D | pnx8xxx_uart.c | 469 quot = uart_get_divisor(port, baud); in pnx8xxx_set_termios()
|
D | bcm63xx_uart.c | 550 quot = uart_get_divisor(port, baud) - 1; in bcm_uart_set_termios()
|
D | pic32_uart.c | 594 quot = uart_get_divisor(port, baud) - 1; in pic32_uart_set_termios()
|
D | amba-pl010.c | 390 quot = uart_get_divisor(port, baud); in pl010_set_termios()
|
D | lantiq.c | 480 divisor = uart_get_divisor(port, baud); in lqasc_set_termios()
|
D | pxa.c | 460 quot = uart_get_divisor(port, baud); in serial_pxa_set_termios()
|
D | rp2.c | 383 baud_div = uart_get_divisor(port, baud); in rp2_uart_set_termios()
|
D | sa1100.c | 449 quot = uart_get_divisor(port, baud); in sa1100_set_termios()
|
D | vr41xx_siu.c | 532 quot = uart_get_divisor(port, baud); in siu_set_termios()
|
D | serial_core.c | 484 uart_get_divisor(struct uart_port *port, unsigned int baud) in uart_get_divisor() function 499 EXPORT_SYMBOL(uart_get_divisor);
|
D | sunsu.c | 913 quot = uart_get_divisor(port, baud); in sunsu_set_termios()
|
D | imx.c | 1669 quot = uart_get_divisor(port, baud); in imx_uart_set_termios()
|
D | atmel_serial.c | 2291 cd = uart_get_divisor(port, baud); in atmel_set_termios()
|
/Linux-v5.10/include/linux/ |
D | serial_core.h | 333 unsigned int uart_get_divisor(struct uart_port *port, unsigned int baud);
|
/Linux-v5.10/drivers/tty/serial/8250/ |
D | 8250_mtk.c | 343 quot = uart_get_divisor(port, baud); in mtk8250_set_termios()
|
D | 8250_port.c | 2526 quot = uart_get_divisor(port, baud); in serial8250_do_get_divisor()
|
/Linux-v5.10/Documentation/driver-api/serial/ |
D | driver.rst | 448 uart_get_divisor(port,baud)
|