Searched refs:time_l (Results 1 – 1 of 1) sorted by relevance
71 uint64_t time_l; in bflb_rtc_get_time() local84 time_l = getreg32(reg_base + HBN_RTC_TIME_L_OFFSET); in bflb_rtc_get_time()87 return (((uint64_t)time_h << 32) | (uint64_t)time_l); in bflb_rtc_get_time()
Completed in 5 milliseconds