Searched refs:first_mid (Results 1 – 1 of 1) sorted by relevance
94 unsigned long first_low, first_mid, first_high; in read_elapsed_second() local100 first_mid = rtc1_read(ETIMEMREG); in read_elapsed_second()105 } while (first_low != second_low || first_mid != second_mid || in read_elapsed_second()108 return (first_high << 17) | (first_mid << 1) | (first_low >> 15); in read_elapsed_second()