/openbmc/linux/Documentation/driver-api/serial/ |
H A D | driver.rst | 73 :identifiers: uart_update_timeout uart_get_baud_rate uart_get_divisor
|
/openbmc/linux/drivers/tty/serial/ |
H A D | mpc52xx_uart.c | 296 baud = uart_get_baud_rate(port, new, old, in mpc5200_psc_set_baudrate() 316 baud = uart_get_baud_rate(port, new, old, in mpc5200b_psc_set_baudrate() 555 baud = uart_get_baud_rate(port, new, old, in mpc512x_psc_set_baudrate() 893 baud = uart_get_baud_rate(port, new, old, in mpc5125_psc_set_baudrate()
|
H A D | 21285.c | 244 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in serial21285_set_termios()
|
H A D | liteuart.c | 235 baud = uart_get_baud_rate(port, new, old, 0, 460800); in liteuart_set_termios()
|
H A D | sunhv.c | 326 unsigned int baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in sunhv_set_termios()
|
H A D | timbuart.c | 284 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in timbuart_set_termios()
|
H A D | apbuart.c | 212 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in apbuart_set_termios()
|
H A D | arc_uart.c | 363 baud = uart_get_baud_rate(port, new, old, 0, 460800); in arc_serial_set_termios()
|
H A D | digicolor-usart.c | 299 baud = uart_get_baud_rate(port, termios, old, in digicolor_uart_set_termios()
|
H A D | clps711x.c | 264 baud = uart_get_baud_rate(port, termios, old, port->uartclk / 4096, in uart_clps711x_set_termios()
|
H A D | altera_uart.c | 183 baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in altera_uart_set_termios()
|
H A D | mps2-uart.c | 353 baud = uart_get_baud_rate(port, termios, old, in mps2_uart_set_termios()
|
H A D | mcf.c | 204 baud = uart_get_baud_rate(port, termios, old, 0, 230400); in mcf_set_termios()
|
H A D | vt8500_serial.c | 348 baud = uart_get_baud_rate(port, termios, old, 900, 921600); in vt8500_set_termios()
|
H A D | mxs-auart.c | 1030 baud = uart_get_baud_rate(u, termios, old, in mxs_auart_settermios() 1038 baud = uart_get_baud_rate(u, termios, old, baud_min, baud_max); in mxs_auart_settermios()
|
H A D | milbeaut_usio.c | 334 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk); in mlb_usio_set_termios()
|
H A D | sunplus-uart.c | 340 baud = uart_get_baud_rate(port, termios, oldtermios, 0, port->uartclk / 16); in sunplus_set_termios()
|
H A D | lpc32xx_hs.c | 489 baud = uart_get_baud_rate(port, termios, old, 0, in serial_lpc32xx_set_termios()
|
H A D | pmac_zilog.c | 1203 baud = uart_get_baud_rate(port, termios, old, 1200, 4000000); in __pmz_set_termios() 1212 baud = uart_get_baud_rate(port, termios, old, 1200, 230400); in __pmz_set_termios()
|
H A D | amba-pl010.c | 361 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in pl010_set_termios()
|
H A D | ar933x_uart.c | 314 baud = uart_get_baud_rate(port, new, old, up->min_baud, up->max_baud); in ar933x_uart_set_termios()
|
H A D | men_z135_uart.c | 709 baud = uart_get_baud_rate(port, termios, old, 0, uart_freq / 16); in men_z135_set_termios()
|
H A D | st-asc.c | 480 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in asc_set_termios()
|
/openbmc/linux/include/linux/ |
H A D | serial_core.h | 877 unsigned int uart_get_baud_rate(struct uart_port *port, struct ktermios *termios,
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_mtk.c | 359 baud = uart_get_baud_rate(port, termios, old, in mtk8250_set_termios()
|