Home
last modified time | relevance | path

Searched refs:time_low (Results 1 – 1 of 1) sorted by relevance

/arch/mips/generic/
A Dboard-ranchu.c20 u32 time_low; in read_rtc_time() local
28 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