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

/linux-4.4.14/arch/m68k/atari/
H A Dtime.c91 #define RTC_READ(reg) \ macro
173 ctrl = RTC_READ(RTC_CONTROL); /* control registers are atari_tt_hwclk()
221 while( RTC_READ(RTC_FREQ_SELECT) & RTC_UIP ) { atari_tt_hwclk()
231 sec = RTC_READ( RTC_SECONDS ); atari_tt_hwclk()
232 min = RTC_READ( RTC_MINUTES ); atari_tt_hwclk()
233 hour = RTC_READ( RTC_HOURS ); atari_tt_hwclk()
234 day = RTC_READ( RTC_DAY_OF_MONTH ); atari_tt_hwclk()
235 mon = RTC_READ( RTC_MONTH ); atari_tt_hwclk()
236 year = RTC_READ( RTC_YEAR ); atari_tt_hwclk()
237 wday = RTC_READ( RTC_DAY_OF_WEEK ); atari_tt_hwclk()
318 save_control = RTC_READ (RTC_CONTROL); /* tell the clock it's being set */ atari_tt_set_clock_mmss()
321 save_freq_select = RTC_READ (RTC_FREQ_SELECT); /* stop and reset prescaler */ atari_tt_set_clock_mmss()
324 rtc_minutes = RTC_READ (RTC_MINUTES); atari_tt_set_clock_mmss()
/linux-4.4.14/arch/m68k/include/asm/
H A Dmvme147hw.h19 #define RTC_READ 0x40 macro
H A Dmvme16xhw.h39 #define RTC_READ 0x40 macro
/linux-4.4.14/drivers/rtc/
H A Drtc-stk17ta8.c59 #define RTC_READ 0x01 macro
115 writeb(flags | RTC_READ, ioaddr + RTC_FLAGS); stk17ta8_rtc_read_time()
124 writeb(flags & ~RTC_READ, ioaddr + RTC_FLAGS); stk17ta8_rtc_read_time()
H A Drtc-ds1742.c47 #define RTC_READ 0x40 macro
100 writeb(RTC_READ, ioaddr + RTC_CONTROL); ds1742_rtc_read_time()
H A Drtc-ds1553.c51 #define RTC_READ 0x40 macro
113 writeb(RTC_READ, ioaddr + RTC_CONTROL); ds1553_rtc_read_time()
H A Drtc-da9055.c140 * Registers are only valid when RTC_READ da9055_rtc_read_time()
/linux-4.4.14/arch/m68k/mvme147/
H A Dconfig.c155 m147_rtc->ctrl = RTC_READ; mvme147_hwclk()
/linux-4.4.14/arch/m68k/mvme16x/
H A Drtc.c49 rtc->ctrl = RTC_READ; rtc_ioctl()
H A Dconfig.c402 rtc->ctrl = RTC_READ; mvme16x_hwclk()

Completed in 1873 milliseconds