Searched refs:new_mult (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/iio/imu/inv_icm42600/ |
A D | inv_icm42600_timestamp.c | 53 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()
|
A D | inv_icm42600_timestamp.h | 48 uint32_t new_mult; member
|
/linux-6.3-rc2/arch/arm/lib/ |
A D | delay.c | 67 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-6.3-rc2/kernel/time/ |
A D | sched_clock.c | 157 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()
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | ar0521.c | 253 u32 new_mult = div64_round_up((u64)freq * new_pre, in calc_pll() local 256 if (new_mult < 32) in calc_pll() 258 if (new_mult > 254) in calc_pll() 260 if (sensor->extclk_freq * (u64)new_mult < AR0521_PLL_MIN * in calc_pll() 263 if (sensor->extclk_freq * (u64)new_mult > AR0521_PLL_MAX * in calc_pll() 266 new_pll = div64_round_up(sensor->extclk_freq * (u64)new_mult, in calc_pll() 271 mult = new_mult; in calc_pll()
|
Completed in 14 milliseconds