Searched refs:lower (Results 1 – 2 of 2) sorted by relevance
60 uint32_t lower; in sedi_rtc_get() local65 lower = read32(SEDI_RTC_COUNTER0); in sedi_rtc_get()68 return ((uint64_t)upper << 32U) | lower; in sedi_rtc_get()
474 uint32_t lower; in get_rtc() local479 lower = read32(MISC_ISH_RTC_COUNTER0); in get_rtc()482 return ((uint64_t)upper << 32) | lower; in get_rtc()