Lines Matching defs:quot
65 int quot; /* baudrate divisor */
164 priv->quot = calc_divisor(9600);
165 ark3116_write_reg(serial, UART_DLL, priv->quot & 0xff);
166 ark3116_write_reg(serial, UART_DLM, (priv->quot>>8) & 0xff);
201 int quot;
238 quot = calc_divisor(9600);
243 quot = calc_divisor(bps);
247 quot = calc_divisor(bps);
251 quot = calc_divisor(bps);
261 dev_dbg(&port->dev, "%s - setting hcr:0x%02x,lcr:0x%02x,quot:%d\n",
262 __func__, hcr, lcr, quot);
271 if (priv->quot != quot) {
272 priv->quot = quot;
282 ark3116_write_reg(serial, UART_DLL, quot & 0xff);
283 ark3116_write_reg(serial, UART_DLM, (quot>>8) & 0xff);
705 * 4-times subsampling. So quot=12e6/(4*baud). Also see description