Searched refs:uart_get_divisor (Results  1 – 25 of 25) sorted by relevance
| /Linux-v5.4/drivers/tty/serial/ | 
| D | 21285.c | 231 	quot = uart_get_divisor(port, baud);  in serial21285_set_termios()
 | 
| D | sunhv.c | 333 	unsigned int quot = uart_get_divisor(port, baud);  in sunhv_set_termios()
 | 
| D | serial_txx9.c | 262 	sio_quot_set(up, uart_get_divisor(port, 9600));  in serial_txx9_initialize()669 	quot = uart_get_divisor(port, baud);  in serial_txx9_set_termios()
 
 | 
| D | apbuart.c | 249 	quot = (uart_get_divisor(port, baud)) * 2;  in apbuart_set_termios()
 | 
| D | clps711x.c | 270 	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 | 789 	unsigned int quot = uart_get_divisor(port, baud);  in sunsab_set_termios()940 	quot = uart_get_divisor(&up->port, baud);  in sunsab_console_setup()
 
 | 
| D | vt8500_serial.c | 314 	div |= (uart_get_divisor(port, baud) - 1) & 0x3ff;  in vt8500_set_baud_rate()
 | 
| D | pnx8xxx_uart.c | 475 	quot = uart_get_divisor(port, baud);  in pnx8xxx_set_termios()
 | 
| D | bcm63xx_uart.c | 554 	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 | 394 	quot = uart_get_divisor(port, baud);  in pl010_set_termios()
 | 
| D | sa1100.c | 455 	quot = uart_get_divisor(port, baud);  in sa1100_set_termios()
 | 
| D | vr41xx_siu.c | 536 	quot = uart_get_divisor(port, baud);  in siu_set_termios()
 | 
| D | rp2.c | 383 	baud_div = uart_get_divisor(port, baud);  in rp2_uart_set_termios()
 | 
| D | lantiq.c | 480 	divisor = uart_get_divisor(port, baud);  in lqasc_set_termios()
 | 
| D | pxa.c | 464 	quot = uart_get_divisor(port, baud);  in serial_pxa_set_termios()
 | 
| D | serial_core.c | 482 uart_get_divisor(struct uart_port *port, unsigned int baud)  in uart_get_divisor()  function497 EXPORT_SYMBOL(uart_get_divisor);
 
 | 
| D | sunsu.c | 917 	quot = uart_get_divisor(port, baud);  in sunsu_set_termios()
 | 
| D | atmel_serial.c | 2309 		cd = uart_get_divisor(port, baud);  in atmel_set_termios()
 | 
| D | imx.c | 1567 	quot = uart_get_divisor(port, baud);  in imx_uart_set_termios()
 | 
| /Linux-v5.4/include/linux/ | 
| D | serial_core.h | 330 unsigned int uart_get_divisor(struct uart_port *port, unsigned int baud);
 | 
| /Linux-v5.4/drivers/tty/serial/8250/ | 
| D | 8250_mtk.c | 329 		quot = uart_get_divisor(port, baud);  in mtk8250_set_termios()
 | 
| D | 8250_port.c | 2439 		quot = uart_get_divisor(port, baud);  in serial8250_do_get_divisor()
 | 
| /Linux-v5.4/Documentation/driver-api/serial/ | 
| D | driver.rst | 448 uart_get_divisor(port,baud)
 |