Home
last modified time | relevance | path

Searched refs:first_mid (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/rtc/
Drtc-vr41xx.c94 unsigned long first_low, first_mid, first_high; in read_elapsed_second() local
100 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()