Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_timestamp.c53 ts->new_mult = period / INV_ICM42600_TIMESTAMP_PERIOD; in inv_icm42600_timestamp_init()
74 if (fifo && ts->new_mult != 0) in inv_icm42600_timestamp_update_odr()
77 ts->new_mult = period / INV_ICM42600_TIMESTAMP_PERIOD; in inv_icm42600_timestamp_update_odr()
173 if (ts->new_mult == 0) in inv_icm42600_timestamp_apply_odr()
177 ts->mult = ts->new_mult; in inv_icm42600_timestamp_apply_odr()
178 ts->new_mult = 0; in inv_icm42600_timestamp_apply_odr()
Dinv_icm42600_timestamp.h48 uint32_t new_mult; member
/linux-5.19.10/arch/arm/lib/
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-5.19.10/kernel/time/
Dsched_clock.c157 u32 new_mult, new_shift; in sched_clock_register() local
169 clocks_calc_mult_shift(&new_mult, &new_shift, rate, NSEC_PER_SEC, 3600); in sched_clock_register()
175 wrap = clocks_calc_max_nsecs(new_mult, new_shift, 0, new_mask, NULL); in sched_clock_register()
188 rd.mult = new_mult; in sched_clock_register()
213 res = cyc_to_ns(1ULL, new_mult, new_shift); in sched_clock_register()