Searched refs:upper (Results 1 – 2 of 2) sorted by relevance
69 uint32_t upper; in sedi_rtc_get() local72 upper = read32(SEDI_RTC_COUNTER1); in sedi_rtc_get()74 } while (upper != read32(SEDI_RTC_COUNTER1)); in sedi_rtc_get()76 return ((uint64_t)upper << 32U) | lower; in sedi_rtc_get()
472 uint32_t upper; in get_rtc() local475 upper = read32(MISC_ISH_RTC_COUNTER1); in get_rtc()477 } while (upper != read32(MISC_ISH_RTC_COUNTER1)); in get_rtc()479 return ((uint64_t)upper << 32) | lower; in get_rtc()