Home
last modified time | relevance | path

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

/drivers/tty/serial/
A Dsh-sci-common.h168 #define min_sr(_port) ffs((_port)->sampling_rate_mask) macro
A Dsh-sci.c74 for ((_sr) = max_sr(_port); (_sr) >= min_sr(_port); (_sr)--) \
2531 baud = uart_get_baud_rate(port, termios, old, 0, max_freq / min_sr(s)); in sci_set_termios()

Completed in 11 milliseconds