Home
last modified time | relevance | path

Searched refs:f_step (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/staging/pi433/
Drf69.c230 u64 f_step; in rf69_set_deviation() local
254 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() local
293 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()
/linux-6.1.9/sound/soc/sof/
Dtopology.c227 int f_step; in vol_compute_gain() local
246 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()