Searched refs:car_max (Results 1 – 1 of 1) sorted by relevance
2247 car_max += car_max / 10; in stv090x_get_loop_params()2248 car_max = 65536 * (car_max / 2); in stv090x_get_loop_params()2251 if (car_max > 0x4000) in stv090x_get_loop_params()2314 car_max += (car_max / 10); /* 10% margin */ in stv090x_chk_signal()2315 car_max = (65536 * car_max / 2); in stv090x_chk_signal()2318 if (car_max > 0x4000) in stv090x_chk_signal()2319 car_max = 0x4000; in stv090x_chk_signal()2339 car_max += (car_max / 10); in stv090x_search_car_loop()2340 car_max = (65536 * car_max / 2); in stv090x_search_car_loop()2342 if (car_max > 0x4000) in stv090x_search_car_loop()[all …]