Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_exar.c170 unsigned int quot_16; in xr17v35x_get_divisor() local
172 quot_16 = DIV_ROUND_CLOSEST(p->uartclk, baud); in xr17v35x_get_divisor()
173 *frac = quot_16 & 0x0f; in xr17v35x_get_divisor()
175 return quot_16 >> 4; in xr17v35x_get_divisor()
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_exar.c172 unsigned int quot_16; in xr17v35x_get_divisor() local
174 quot_16 = DIV_ROUND_CLOSEST(p->uartclk, baud); in xr17v35x_get_divisor()
175 *frac = quot_16 & 0x0f; in xr17v35x_get_divisor()
177 return quot_16 >> 4; in xr17v35x_get_divisor()

Completed in 4 milliseconds