Home
last modified time | relevance | path

Searched refs:uart_get_baud_rate (Results 1 – 25 of 52) sorted by relevance

123

/linux/Documentation/driver-api/serial/
H A Ddriver.rst72 :identifiers: uart_update_timeout uart_get_baud_rate uart_get_divisor
/linux/drivers/tty/serial/
H A D21285.c244 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in serial21285_set_termios()
H A Dliteuart.c235 baud = uart_get_baud_rate(port, new, old, 0, 460800); in liteuart_set_termios()
H A Dsunhv.c331 unsigned int baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in sunhv_set_termios()
H A Dapbuart.c212 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in apbuart_set_termios()
H A Dtimbuart.c281 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16); in timbuart_set_termios()
H A Ddigicolor-usart.c299 baud = uart_get_baud_rate(port, termios, old, in digicolor_uart_set_termios()
H A Dclps711x.c264 baud = uart_get_baud_rate(port, termios, old, port->uartclk / 4096, in uart_clps711x_set_termios()
H A Dmps2-uart.c353 baud = uart_get_baud_rate(port, termios, old, in mps2_uart_set_termios()
H A Dmcf.c204 baud = uart_get_baud_rate(port, termios, old, 0, 230400); in mcf_set_termios()
H A Daltera_uart.c182 baud = uart_get_baud_rate(port, termios, old, 0, 4000000); in altera_uart_set_termios()
H A Dvt8500_serial.c348 baud = uart_get_baud_rate(port, termios, old, 900, 921600); in vt8500_set_termios()
H A Dlpc32xx_hs.c484 baud = uart_get_baud_rate(port, termios, old, 0, in serial_lpc32xx_set_termios()
H A Dmxs-auart.c1025 baud = uart_get_baud_rate(u, termios, old, in mxs_auart_settermios()
1033 baud = uart_get_baud_rate(u, termios, old, baud_min, baud_max); in mxs_auart_settermios()
H A Dsunplus-uart.c342 baud = uart_get_baud_rate(port, termios, oldtermios, 0, port->uartclk / 16); in sunplus_set_termios()
H A Dmilbeaut_usio.c335 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk); in mlb_usio_set_termios()
H A Dpmac_zilog.c1203 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 Dowl-uart.c363 baud = uart_get_baud_rate(port, termios, old, 9600, 3200000); in owl_uart_set_termios()
H A Dbcm63xx_uart.c519 baud = uart_get_baud_rate(port, new, old, 0, port->uartclk / 16); in bcm_uart_set_termios()
H A Dst-asc.c481 baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk/16); in asc_set_termios()
H A Drda-uart.c251 baud = uart_get_baud_rate(port, termios, old, 9600, port->uartclk / 4); in rda_uart_set_termios()
H A Desp32_uart.c405 baud = uart_get_baud_rate(port, termios, old, in esp32_uart_set_termios()
H A Dsifive.c661 rate = uart_get_baud_rate(port, termios, old, 0, in sifive_serial_set_termios()
H A Dmeson_uart.c392 baud = uart_get_baud_rate(port, termios, old, 50, 4000000); in meson_uart_set_termios()
/linux/drivers/tty/serial/8250/
H A D8250_mtk.c359 baud = uart_get_baud_rate(port, termios, old, in mtk8250_set_termios()

123