Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmvebu-uart.c102 #define OSAMP_MAX_DIVISOR 63 macro
510 m_divisor = OSAMP_MAX_DIVISOR; in mvebu_uart_baud_rate_set()
568 OSAMP_MAX_DIVISOR); in mvebu_uart_set_termios()
1424 d1 = DIV_ROUND_UP(rate, 9600 * OSAMP_MAX_DIVISOR * in mvebu_uart_clock_probe()
1431 d2 = DIV_ROUND_UP(rate, 9600 * OSAMP_MAX_DIVISOR * in mvebu_uart_clock_probe()
1446 if (rate > 9600 * OSAMP_MAX_DIVISOR * BRDV_BAUD_MAX * d1 * d2) in mvebu_uart_clock_probe()