Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c1178 unsigned long offset, abs_tol, achieved; in find_clk_rate_in_tol() local
1180 abs_tol = div_u64((u64)desired_clk * percent_tol, 100); in find_clk_rate_in_tol()
1188 offset = div * abs_tol; in find_clk_rate_in_tol()
1201 if (achieved <= desired_clk + abs_tol && in find_clk_rate_in_tol()
1202 achieved >= desired_clk - abs_tol) { in find_clk_rate_in_tol()