Searched refs:first_high (Results 1 – 1 of 1) sorted by relevance
94 unsigned long first_low, first_mid, first_high; in read_elapsed_second() local101 first_high = rtc1_read(ETIMEHREG); in read_elapsed_second()106 first_high != second_high); in read_elapsed_second()108 return ((u64)first_high << 17) | (first_mid << 1) | (first_low >> 15); in read_elapsed_second()