Searched refs:read_rtc2 (Results 1 – 1 of 1) sorted by relevance
82 #define read_rtc2(offset) readw(rtc2_base + (offset)) macro172 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()