Searched refs:u64tmp (Results 1 – 2 of 2) sorted by relevance
56 u64 u64tmp; in rtc_time64_to_tm() local115 u64tmp = 2939745ULL * u32tmp; in rtc_time64_to_tm()116 year_of_century = upper_32_bits(u64tmp); in rtc_time64_to_tm()117 day_of_year = lower_32_bits(u64tmp) / 2939745 / 4; in rtc_time64_to_tm()
493 u64 u64tmp; in rtl2832_sdr_set_adc() local524 u64tmp = f_if % pdata->clk; in rtl2832_sdr_set_adc()525 u64tmp *= 0x400000; in rtl2832_sdr_set_adc()526 u64tmp = div_u64(u64tmp, pdata->clk); in rtl2832_sdr_set_adc()527 u64tmp = -u64tmp; in rtl2832_sdr_set_adc()528 u32tmp = u64tmp & 0x3fffff; in rtl2832_sdr_set_adc()
Completed in 15 milliseconds