Home
last modified time | relevance | path

Searched refs:maxbaud (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dxilinx_uartps.c682 unsigned int baud, minbaud, maxbaud; in cdns_uart_set_termios() local
700 maxbaud = port->uartclk / (CDNS_UART_BDIV_MIN + 1); in cdns_uart_set_termios()
701 baud = uart_get_baud_rate(port, termios, old, minbaud, maxbaud); in cdns_uart_set_termios()