Searched refs:uart_get_divisor (Results 1 – 24 of 24) sorted by relevance
/Linux-v5.15/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 | 243 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 | 308 div |= (uart_get_divisor(port, baud) - 1) & 0x3ff; in vt8500_set_baud_rate()
|
D | bcm63xx_uart.c | 548 quot = uart_get_divisor(port, baud) - 1; in bcm_uart_set_termios()
|
D | amba-pl010.c | 388 quot = uart_get_divisor(port, baud); in pl010_set_termios()
|
D | pic32_uart.c | 594 quot = uart_get_divisor(port, baud) - 1; in pic32_uart_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 | 382 baud_div = uart_get_divisor(port, baud); in rp2_uart_set_termios()
|
D | sa1100.c | 447 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 | 460 uart_get_divisor(struct uart_port *port, unsigned int baud) in uart_get_divisor() function 475 EXPORT_SYMBOL(uart_get_divisor);
|
D | sunsu.c | 909 quot = uart_get_divisor(port, baud); in sunsu_set_termios()
|
D | atmel_serial.c | 2273 cd = uart_get_divisor(port, baud); in atmel_set_termios()
|
D | imx.c | 1637 quot = uart_get_divisor(port, baud); in imx_uart_set_termios()
|
/Linux-v5.15/include/linux/ |
D | serial_core.h | 333 unsigned int uart_get_divisor(struct uart_port *port, unsigned int baud);
|
/Linux-v5.15/drivers/tty/serial/8250/ |
D | 8250_mtk.c | 348 quot = uart_get_divisor(port, baud); in mtk8250_set_termios()
|
D | 8250_port.c | 2566 quot = uart_get_divisor(port, baud); in serial8250_do_get_divisor()
|
/Linux-v5.15/Documentation/driver-api/serial/ |
D | driver.rst | 448 uart_get_divisor(port,baud)
|