quot_16           159 drivers/tty/serial/8250/8250_exar.c 	unsigned int quot_16;
quot_16           161 drivers/tty/serial/8250/8250_exar.c 	quot_16 = DIV_ROUND_CLOSEST(p->uartclk, baud);
quot_16           162 drivers/tty/serial/8250/8250_exar.c 	*frac = quot_16 & 0x0f;
quot_16           164 drivers/tty/serial/8250/8250_exar.c 	return quot_16 >> 4;