Home
last modified time | relevance | path

Searched refs:new_mult (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/iio/common/inv_sensors/
H A Dinv_sensors_timestamp.c66 if (fifo && ts->new_mult != 0) in inv_sensors_timestamp_update_odr()
71 ts->new_mult = mult; in inv_sensors_timestamp_update_odr()
178 if (ts->new_mult == 0) in inv_sensors_timestamp_apply_odr()
182 ts->mult = ts->new_mult; in inv_sensors_timestamp_apply_odr()
183 ts->new_mult = 0; in inv_sensors_timestamp_apply_odr()
/linux/arch/arm/lib/
H A Ddelay.c67 u32 new_mult, new_shift; in register_current_timer_delay() local
70 clocks_calc_mult_shift(&new_mult, &new_shift, timer->freq, in register_current_timer_delay()
72 res = cyc_to_ns(1ULL, new_mult, new_shift); in register_current_timer_delay()
/linux/kernel/time/
H A Dsched_clock.c180 u32 new_mult, new_shift; in sched_clock_register() local
192 clocks_calc_mult_shift(&new_mult, &new_shift, rate, NSEC_PER_SEC, 3600); in sched_clock_register()
198 wrap = clocks_calc_max_nsecs(new_mult, new_shift, 0, new_mask, NULL); in sched_clock_register()
211 rd.mult = new_mult; in sched_clock_register()
236 res = cyc_to_ns(1ULL, new_mult, new_shift); in sched_clock_register()