Home
last modified time | relevance | path

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

/platform/qemu-virt-m68k/
A Dgoldfish_rtc.c56 uint32_t low, high; in read_raw_time() local
61 high = read_reg(RTC_TIME_HIGH); in read_raw_time()
63 return ((uint64_t)high << 32) | low; in read_raw_time()

Completed in 2 milliseconds