Home
last modified time | relevance | path

Searched refs:base_baud (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
H A D8250_dwlib.c70 unsigned int quot, rem, base_baud = baud * 16; in dw8250_get_divisor() local
73 quot = p->uartclk / base_baud; in dw8250_get_divisor()
74 rem = p->uartclk % base_baud; in dw8250_get_divisor()
75 *frac = DIV_ROUND_CLOSEST(rem << d->dlf_size, base_baud); in dw8250_get_divisor()

Completed in 1 milliseconds