Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/pi433/
A 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.3-rc2/sound/soc/sof/
A Dtopology.c232 int f_step; in vol_compute_gain() local
251 f_step = tlv[TLV_STEP] - (tlv[TLV_STEP] / 100); in vol_compute_gain()
254 if (f_step == VOL_HALF_DB_STEP && (value & 1)) in vol_compute_gain()

Completed in 10 milliseconds