Searched refs:new_mult (Results 1 – 2 of 2) sorted by relevance
66 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()
67 u32 new_mult, new_shift; in register_current_timer_delay() local70 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()