Searched refs:RTC_READ (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/m68k/atari/
H A Dtime.c126 #define RTC_READ(reg) \ macro
208 ctrl = RTC_READ(RTC_CONTROL); /* control registers are
256 while( RTC_READ(RTC_FREQ_SELECT) & RTC_UIP ) {
266 sec = RTC_READ( RTC_SECONDS );
267 min = RTC_READ( RTC_MINUTES );
268 hour = RTC_READ( RTC_HOURS );
269 day = RTC_READ( RTC_DAY_OF_MONTH );
270 mon = RTC_READ( RTC_MONTH );
271 year = RTC_READ( RTC_YEAR );
272 wday = RTC_READ( RTC_DAY_OF_WEE
[all...]
/linux-master/arch/m68k/include/asm/
H A Dmvme16xhw.h40 #define RTC_READ 0x40 macro
H A Dmvme147hw.h20 #define RTC_READ 0x40 macro
/linux-master/drivers/rtc/
H A Drtc-ds1742.c41 #define RTC_READ 0x40 macro
90 writeb(RTC_READ, ioaddr + RTC_CONTROL);
H A Drtc-stk17ta8.c54 #define RTC_READ 0x01 macro
108 writeb(flags | RTC_READ, ioaddr + RTC_FLAGS);
117 writeb(flags & ~RTC_READ, ioaddr + RTC_FLAGS);
H A Drtc-ds1553.c46 #define RTC_READ 0x40 macro
106 writeb(RTC_READ, ioaddr + RTC_CONTROL);
/linux-master/arch/m68k/mvme16x/
H A Drtc.c50 rtc->ctrl = RTC_READ;
H A Dconfig.c438 rtc->ctrl = RTC_READ;
/linux-master/arch/m68k/mvme147/
H A Dconfig.c172 m147_rtc->ctrl = RTC_READ;

Completed in 119 milliseconds