Home
last modified time | relevance | path

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

/arch/m68k/atari/
Dtime.c131 #define RTC_WRITE(reg,val) \ macro
262 RTC_WRITE( RTC_CONTROL, ctrl | RTC_SET ); in atari_tt_hwclk()
273 RTC_WRITE( RTC_SECONDS, sec ); in atari_tt_hwclk()
274 RTC_WRITE( RTC_MINUTES, min ); in atari_tt_hwclk()
275 RTC_WRITE( RTC_HOURS, hour + pm); in atari_tt_hwclk()
276 RTC_WRITE( RTC_DAY_OF_MONTH, day ); in atari_tt_hwclk()
277 RTC_WRITE( RTC_MONTH, mon ); in atari_tt_hwclk()
278 RTC_WRITE( RTC_YEAR, year ); in atari_tt_hwclk()
279 if (wday >= 0) RTC_WRITE( RTC_DAY_OF_WEEK, wday ); in atari_tt_hwclk()
281 RTC_WRITE( RTC_CONTROL, ctrl & ~RTC_SET ); in atari_tt_hwclk()
/arch/m68k/include/asm/
Dmvme16xhw.h39 #define RTC_WRITE 0x80 macro
Dmvme147hw.h19 #define RTC_WRITE 0x80 macro
/arch/m68k/mvme16x/
Drtc.c102 rtc->ctrl = RTC_WRITE; in rtc_ioctl()