Lines Matching refs:quot
1181 unsigned int cnt, baud, quot, clk_sel, best_quot = 0; in s3c24xx_serial_getclk() local
1211 quot = div / 16; in s3c24xx_serial_getclk()
1214 quot = (rate + (8 * req_baud)) / (16 * req_baud); in s3c24xx_serial_getclk()
1215 baud = rate / (quot * 16); in s3c24xx_serial_getclk()
1217 quot--; in s3c24xx_serial_getclk()
1225 best_quot = quot; in s3c24xx_serial_getclk()
1266 unsigned int baud, quot, clk_sel = 0; in s3c24xx_serial_set_termios() local
1282 quot = s3c24xx_serial_getclk(ourport, baud, &clk, &clk_sel); in s3c24xx_serial_set_termios()
1284 quot = port->custom_divisor; in s3c24xx_serial_set_termios()
1354 ulcon, quot, udivslot); in s3c24xx_serial_set_termios()
1357 wr_regl(port, S3C2410_UBRDIV, quot); in s3c24xx_serial_set_termios()