Searched refs:lower (Results 1 – 2 of 2) sorted by relevance
68 uint32_t lower; in sedi_rtc_get() local73 lower = read32(SEDI_RTC_COUNTER0); in sedi_rtc_get()76 return ((uint64_t)upper << 32U) | lower; in sedi_rtc_get()
471 uint32_t lower; in get_rtc() local476 lower = read32(MISC_ISH_RTC_COUNTER0); in get_rtc()479 return ((uint64_t)upper << 32) | lower; in get_rtc()