Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsamsung_tty.c1441 unsigned int req_baud, struct clk **best_clk, in s3c24xx_serial_getclk() argument
1471 unsigned long div = rate / req_baud; in s3c24xx_serial_getclk()
1484 quot = (rate + (8 * req_baud)) / (16 * req_baud); in s3c24xx_serial_getclk()
1489 calc_deviation = abs(req_baud - baud); in s3c24xx_serial_getclk()