Home
last modified time | relevance | path

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

/arch/m68k/atari/
Dtime.c98 #define RTC_WRITE(reg,val) \ macro
229 RTC_WRITE( RTC_CONTROL, ctrl | RTC_SET ); in atari_tt_hwclk()
240 RTC_WRITE( RTC_SECONDS, sec ); in atari_tt_hwclk()
241 RTC_WRITE( RTC_MINUTES, min ); in atari_tt_hwclk()
242 RTC_WRITE( RTC_HOURS, hour + pm); in atari_tt_hwclk()
243 RTC_WRITE( RTC_DAY_OF_MONTH, day ); in atari_tt_hwclk()
244 RTC_WRITE( RTC_MONTH, mon ); in atari_tt_hwclk()
245 RTC_WRITE( RTC_YEAR, year ); in atari_tt_hwclk()
246 if (wday >= 0) RTC_WRITE( RTC_DAY_OF_WEEK, wday ); in atari_tt_hwclk()
248 RTC_WRITE( RTC_CONTROL, ctrl & ~RTC_SET ); in atari_tt_hwclk()
[all …]
/arch/m68k/include/asm/
Dmvme16xhw.h55 #define RTC_WRITE 0x80 macro
Dmvme147hw.h18 #define RTC_WRITE 0x80 macro
/arch/m68k/mvme16x/
Drtc.c105 rtc->ctrl = RTC_WRITE; in rtc_ioctl()