Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dsamsung_tty.c1448 unsigned int req_baud, struct clk **best_clk, in s3c24xx_serial_getclk() argument
1474 unsigned long div = rate / req_baud; in s3c24xx_serial_getclk()
1487 quot = (rate + (8 * req_baud)) / (16 * req_baud); in s3c24xx_serial_getclk()
1492 calc_deviation = req_baud - baud; in s3c24xx_serial_getclk()