Lines Matching refs:RTC_READ
91 #define RTC_READ(reg) \ macro
173 ctrl = RTC_READ(RTC_CONTROL); /* control registers are in atari_tt_hwclk()
221 while( RTC_READ(RTC_FREQ_SELECT) & RTC_UIP ) { in atari_tt_hwclk()
231 sec = RTC_READ( RTC_SECONDS ); in atari_tt_hwclk()
232 min = RTC_READ( RTC_MINUTES ); in atari_tt_hwclk()
233 hour = RTC_READ( RTC_HOURS ); in atari_tt_hwclk()
234 day = RTC_READ( RTC_DAY_OF_MONTH ); in atari_tt_hwclk()
235 mon = RTC_READ( RTC_MONTH ); in atari_tt_hwclk()
236 year = RTC_READ( RTC_YEAR ); in atari_tt_hwclk()
237 wday = RTC_READ( RTC_DAY_OF_WEEK ); in atari_tt_hwclk()
318 save_control = RTC_READ (RTC_CONTROL); /* tell the clock it's being set */ in atari_tt_set_clock_mmss()
321 save_freq_select = RTC_READ (RTC_FREQ_SELECT); /* stop and reset prescaler */ in atari_tt_set_clock_mmss()
324 rtc_minutes = RTC_READ (RTC_MINUTES); in atari_tt_set_clock_mmss()