Lines Matching refs:u64
47 u64 tmp; in clocks_calc_mult_shift()
54 tmp = ((u64)maxsec * from) >> 32; in clocks_calc_mult_shift()
65 tmp = (u64) to << sft; in clocks_calc_mult_shift()
94 static u64 suspend_start;
197 static bool cs_watchdog_read(struct clocksource *cs, u64 *csnow, u64 *wdnow) in cs_watchdog_read()
200 u64 wd_end, wd_delta; in cs_watchdog_read()
229 u64 csnow, wdnow, cslast, wdlast, delta; in clocksource_watchdog()
566 void clocksource_start_suspend_timing(struct clocksource *cs, u64 start_cycles) in clocksource_start_suspend_timing()
604 u64 clocksource_stop_suspend_timing(struct clocksource *cs, u64 cycle_now) in clocksource_stop_suspend_timing()
606 u64 now, delta, nsec = 0; in clocksource_stop_suspend_timing()
683 u64 ret; in clocksource_max_adjustment()
687 ret = (u64)cs->mult * 11; in clocksource_max_adjustment()
707 u64 clocks_calc_max_nsecs(u32 mult, u32 shift, u32 maxadj, u64 mask, u64 *max_cyc) in clocks_calc_max_nsecs()
709 u64 max_nsecs, max_cycles; in clocks_calc_max_nsecs()
901 u64 sec; in __clocksource_update_freq_scale()