offst_freq 2335 drivers/media/dvb-frontends/stv090x.c s32 cpt_step = 0, offst_freq, car_max; offst_freq 2346 drivers/media/dvb-frontends/stv090x.c offst_freq = 0; offst_freq 2348 drivers/media/dvb-frontends/stv090x.c offst_freq = -car_max + inc; offst_freq 2353 drivers/media/dvb-frontends/stv090x.c if (STV090x_WRITE_DEMOD(state, CFRINIT1, ((offst_freq / 256) & 0xff)) < 0) offst_freq 2355 drivers/media/dvb-frontends/stv090x.c if (STV090x_WRITE_DEMOD(state, CFRINIT0, offst_freq & 0xff) < 0) offst_freq 2366 drivers/media/dvb-frontends/stv090x.c if (offst_freq >= 0) offst_freq 2367 drivers/media/dvb-frontends/stv090x.c offst_freq = -offst_freq - 2 * inc; offst_freq 2369 drivers/media/dvb-frontends/stv090x.c offst_freq = -offst_freq; offst_freq 2371 drivers/media/dvb-frontends/stv090x.c offst_freq += 2 * inc; offst_freq 2381 drivers/media/dvb-frontends/stv090x.c ((offst_freq - inc) < car_max) && offst_freq 2382 drivers/media/dvb-frontends/stv090x.c ((offst_freq + inc) > -car_max) && offst_freq 2589 drivers/media/dvb-frontends/stv090x.c s32 i = 0, offst_freq; offst_freq 2615 drivers/media/dvb-frontends/stv090x.c offst_freq = stv090x_get_car_freq(state, state->internal->mclk) / 1000; offst_freq 2616 drivers/media/dvb-frontends/stv090x.c state->frequency += offst_freq; offst_freq 2643 drivers/media/dvb-frontends/stv090x.c if (abs(offst_freq) <= ((state->search_range / 2000) + 500)) offst_freq 2645 drivers/media/dvb-frontends/stv090x.c else if (abs(offst_freq) <= (stv090x_car_width(state->srate, state->rolloff) / 2000)) offst_freq 2648 drivers/media/dvb-frontends/stv090x.c if (abs(offst_freq) <= ((state->search_range / 2000) + 500))