Searched refs:f_step (Results 1 – 2 of 2) sorted by relevance
230 u64 f_step; in rf69_set_deviation() local254 f_step = F_OSC * factor; in rf69_set_deviation()255 do_div(f_step, 524288); // 524288 = 2^19 in rf69_set_deviation()259 do_div(f_reg, f_step); in rf69_set_deviation()286 u64 f_step; in rf69_set_frequency() local293 f_step = F_OSC * factor; in rf69_set_frequency()294 do_div(f_step, 524288); // 524288 = 2^19 in rf69_set_frequency()297 f_max = div_u64(f_step * 8388608, factor); in rf69_set_frequency()305 do_div(f_reg, f_step); in rf69_set_frequency()
227 int f_step; in vol_compute_gain() local246 f_step = tlv[TLV_STEP] - (tlv[TLV_STEP] / 100); in vol_compute_gain()249 if (f_step == VOL_HALF_DB_STEP && (value & 1)) in vol_compute_gain()