Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/vr41xx/common/
Drtc.c89 uint32_t second_mid, second_low; in read_elapsedtime_counter() local
96 second_mid = (uint32_t)read_rtc1(ETIMEMREG); in read_elapsedtime_counter()
98 } while (first_low != second_low || first_mid != second_mid || in read_elapsedtime_counter()