Home
last modified time | relevance | path

Searched refs:req_baud (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/serial/
H A Dsamsung_tty.c1375 unsigned int req_baud, struct clk **best_clk, in s3c24xx_serial_getclk() argument
1406 unsigned long div = rate / req_baud; in s3c24xx_serial_getclk()
1419 quot = (rate + (8 * req_baud)) / (16 * req_baud); in s3c24xx_serial_getclk()
1424 calc_deviation = abs(req_baud - baud); in s3c24xx_serial_getclk()