Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/vr41xx/common/
Drtc.c82 #define read_rtc2(offset) readw(rtc2_base + (offset)) macro
172 first_low = (uint32_t)read_rtc2(TCLKCNTLREG); in vr41xx_read_tclock_counter()
173 first_high = (uint32_t)read_rtc2(TCLKCNTHREG); in vr41xx_read_tclock_counter()
174 second_low = (uint32_t)read_rtc2(TCLKCNTLREG); in vr41xx_read_tclock_counter()
175 second_high = (uint32_t)read_rtc2(TCLKCNTHREG); in vr41xx_read_tclock_counter()