Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dmvebu-uart.c102 #define OSAMP_MAX_DIVISOR 63 macro
539 m_divisor = OSAMP_MAX_DIVISOR; in mvebu_uart_baud_rate_set()
597 OSAMP_MAX_DIVISOR); in mvebu_uart_set_termios()
1458 d1 = DIV_ROUND_UP(rate, 9600 * OSAMP_MAX_DIVISOR * in mvebu_uart_clock_probe()
1465 d2 = DIV_ROUND_UP(rate, 9600 * OSAMP_MAX_DIVISOR * in mvebu_uart_clock_probe()
1480 if (rate > 9600 * OSAMP_MAX_DIVISOR * BRDV_BAUD_MAX * d1 * d2) in mvebu_uart_clock_probe()