Searched refs:car_max (Results 1 – 1 of 1) sorted by relevance
2252 car_max += car_max / 10; in stv090x_get_loop_params()2253 car_max = 65536 * (car_max / 2); in stv090x_get_loop_params()2256 if (car_max > 0x4000) in stv090x_get_loop_params()2319 car_max += (car_max / 10); /* 10% margin */ in stv090x_chk_signal()2320 car_max = (65536 * car_max / 2); in stv090x_chk_signal()2323 if (car_max > 0x4000) in stv090x_chk_signal()2324 car_max = 0x4000; in stv090x_chk_signal()2344 car_max += (car_max / 10); in stv090x_search_car_loop()2345 car_max = (65536 * car_max / 2); in stv090x_search_car_loop()2347 if (car_max > 0x4000) in stv090x_search_car_loop()[all …]