Searched refs:freq_step (Results 1 – 5 of 5) sorted by relevance
89 unsigned int freq_step; member95 .freq_step = 5,185 show_one(freq_step, freq_step);294 dbs_tuners_ins.freq_step = input; in store_freq_step()303 define_one_global_rw(freq_step);312 &freq_step.attr,393 if (dbs_tuners_ins.freq_step == 0) in dbs_check_cpu()404 freq_target = (dbs_tuners_ins.freq_step * policy->max) / 100; in dbs_check_cpu()425 freq_target = (dbs_tuners_ins.freq_step * policy->max) / 100; in dbs_check_cpu()
136 u32 freq_step; in noise_magnitude() local145 freq_step = (freq_end - freq_start) / (samples - 1); in noise_magnitude()149 freq_start += freq_step; in noise_magnitude()
1347 init_freq, freq_step; in stv0900_blind_check_agc2_min_level() local1372 freq_step = (1000000 << 8) / (intp->mclk >> 8); in stv0900_blind_check_agc2_min_level()1378 init_freq = init_freq + (freq_step * i); in stv0900_blind_check_agc2_min_level()1380 init_freq = init_freq - (freq_step * i); in stv0900_blind_check_agc2_min_level()
1593 u32 agc2_min = 0xffff, agc2 = 0, freq_init, freq_step, reg; in stv090x_get_agc2_min_level() local1622 freq_step = (1000000 * 256) / (state->internal->mclk / 256); in stv090x_get_agc2_min_level()1627 freq_init = freq_init + (freq_step * i); in stv090x_get_agc2_min_level()1629 freq_init = freq_init - (freq_step * i); in stv090x_get_agc2_min_level()
182 freq_step: this describes what percentage steps the cpu freq should be