Lines Matching refs:quot
1156 unsigned int cnt, baud, quot, clk_sel, best_quot = 0; in s3c24xx_serial_getclk() local
1186 quot = div / 16; in s3c24xx_serial_getclk()
1189 quot = (rate + (8 * req_baud)) / (16 * req_baud); in s3c24xx_serial_getclk()
1190 baud = rate / (quot * 16); in s3c24xx_serial_getclk()
1192 quot--; in s3c24xx_serial_getclk()
1200 best_quot = quot; in s3c24xx_serial_getclk()
1241 unsigned int baud, quot, clk_sel = 0; in s3c24xx_serial_set_termios() local
1257 quot = s3c24xx_serial_getclk(ourport, baud, &clk, &clk_sel); in s3c24xx_serial_set_termios()
1259 quot = port->custom_divisor; in s3c24xx_serial_set_termios()
1329 ulcon, quot, udivslot); in s3c24xx_serial_set_termios()
1332 wr_regl(port, S3C2410_UBRDIV, quot); in s3c24xx_serial_set_termios()