Lines Matching refs:shift
284 cs_data_guard.shift, in clocksource_max_deferment()
337 let (mult, shift) = in clocksource_update_freq_scale()
340 cs_data.set_shift(shift); in clocksource_update_freq_scale()
365 cs_data.set_shift(cs_data.shift - 1); in clocksource_update_freq_scale()
671 pub shift: u32, field
693 shift: u32, in new()
704 shift, in new()
728 pub fn set_shift(&mut self, shift: u32) { in set_shift()
729 self.shift = shift; in set_shift()
755 pub fn clocksource_cyc2ns(cycles: CycleNum, mult: u32, shift: u32) -> u64 { in clocksource_cyc2ns()
759 return (cycles.data() * mult as u64) >> shift; in clocksource_cyc2ns()
861 wd_now_data.shift, in clocksource_watchdog()
867 cs_data.shift, // 23 in clocksource_watchdog()