Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_exar.c159 unsigned int quot_16; in xr17v35x_get_divisor() local
161 quot_16 = DIV_ROUND_CLOSEST(p->uartclk, baud); in xr17v35x_get_divisor()
162 *frac = quot_16 & 0x0f; in xr17v35x_get_divisor()
164 return quot_16 >> 4; in xr17v35x_get_divisor()