Home
last modified time | relevance | path

Searched refs:offst_freq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dstv090x.c2335 s32 cpt_step = 0, offst_freq, car_max; in stv090x_search_car_loop() local
2346 offst_freq = 0; in stv090x_search_car_loop()
2348 offst_freq = -car_max + inc; in stv090x_search_car_loop()
2353 if (STV090x_WRITE_DEMOD(state, CFRINIT1, ((offst_freq / 256) & 0xff)) < 0) in stv090x_search_car_loop()
2355 if (STV090x_WRITE_DEMOD(state, CFRINIT0, offst_freq & 0xff) < 0) in stv090x_search_car_loop()
2366 if (offst_freq >= 0) in stv090x_search_car_loop()
2367 offst_freq = -offst_freq - 2 * inc; in stv090x_search_car_loop()
2369 offst_freq = -offst_freq; in stv090x_search_car_loop()
2589 s32 i = 0, offst_freq; stv090x_get_sig_params() local
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dstv090x.c2335 s32 cpt_step = 0, offst_freq, car_max; in stv090x_search_car_loop() local
2346 offst_freq = 0; in stv090x_search_car_loop()
2348 offst_freq = -car_max + inc; in stv090x_search_car_loop()
2353 if (STV090x_WRITE_DEMOD(state, CFRINIT1, ((offst_freq / 256) & 0xff)) < 0) in stv090x_search_car_loop()
2355 if (STV090x_WRITE_DEMOD(state, CFRINIT0, offst_freq & 0xff) < 0) in stv090x_search_car_loop()
2366 if (offst_freq >= 0) in stv090x_search_car_loop()
2367 offst_freq = -offst_freq - 2 * inc; in stv090x_search_car_loop()
2369 offst_freq = -offst_freq; in stv090x_search_car_loop()
2589 s32 i = 0, offst_freq; stv090x_get_sig_params() local
[all...]

Completed in 7 milliseconds