Home
last modified time | relevance | path

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

/arch/m68k/atari/
Dtime.c92 #define RTC_READ(reg) \ macro
174 ctrl = RTC_READ(RTC_CONTROL); /* control registers are in atari_tt_hwclk()
222 while( RTC_READ(RTC_FREQ_SELECT) & RTC_UIP ) { in atari_tt_hwclk()
232 sec = RTC_READ( RTC_SECONDS ); in atari_tt_hwclk()
233 min = RTC_READ( RTC_MINUTES ); in atari_tt_hwclk()
234 hour = RTC_READ( RTC_HOURS ); in atari_tt_hwclk()
235 day = RTC_READ( RTC_DAY_OF_MONTH ); in atari_tt_hwclk()
236 mon = RTC_READ( RTC_MONTH ); in atari_tt_hwclk()
237 year = RTC_READ( RTC_YEAR ); in atari_tt_hwclk()
238 wday = RTC_READ( RTC_DAY_OF_WEEK ); in atari_tt_hwclk()
[all …]
/arch/m68k/include/asm/
Dmvme16xhw.h56 #define RTC_READ 0x40 macro
Dmvme147hw.h19 #define RTC_READ 0x40 macro
/arch/m68k/mvme147/
Dconfig.c152 m147_rtc->ctrl = RTC_READ; in mvme147_hwclk()
/arch/m68k/mvme16x/
Drtc.c49 rtc->ctrl = RTC_READ; in rtc_ioctl()
Dconfig.c422 rtc->ctrl = RTC_READ; in mvme16x_hwclk()