Searched refs:time_low (Results 1 – 1 of 1) sorted by relevance
20 u32 time_low; in read_rtc_time() local28 time_low = readl(base + GOLDFISH_TIMER_LOW); in read_rtc_time()31 return ((u64)time_high << 32) | time_low; in read_rtc_time()
Completed in 3 milliseconds