Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/atari/
Dtime.c91 #define RTC_READ(reg) \ macro
173 ctrl = RTC_READ(RTC_CONTROL); /* control registers are in atari_tt_hwclk()
221 while( RTC_READ(RTC_FREQ_SELECT) & RTC_UIP ) { in atari_tt_hwclk()
231 sec = RTC_READ( RTC_SECONDS ); in atari_tt_hwclk()
232 min = RTC_READ( RTC_MINUTES ); in atari_tt_hwclk()
233 hour = RTC_READ( RTC_HOURS ); in atari_tt_hwclk()
234 day = RTC_READ( RTC_DAY_OF_MONTH ); in atari_tt_hwclk()
235 mon = RTC_READ( RTC_MONTH ); in atari_tt_hwclk()
236 year = RTC_READ( RTC_YEAR ); in atari_tt_hwclk()
237 wday = RTC_READ( RTC_DAY_OF_WEEK ); in atari_tt_hwclk()
[all …]
/linux-4.4.14/arch/m68k/include/asm/
Dmvme16xhw.h39 #define RTC_READ 0x40 macro
Dmvme147hw.h19 #define RTC_READ 0x40 macro
/linux-4.4.14/drivers/rtc/
Drtc-stk17ta8.c59 #define RTC_READ 0x01 macro
115 writeb(flags | RTC_READ, ioaddr + RTC_FLAGS); in stk17ta8_rtc_read_time()
124 writeb(flags & ~RTC_READ, ioaddr + RTC_FLAGS); in stk17ta8_rtc_read_time()
Drtc-ds1742.c47 #define RTC_READ 0x40 macro
100 writeb(RTC_READ, ioaddr + RTC_CONTROL); in ds1742_rtc_read_time()
Drtc-ds1553.c51 #define RTC_READ 0x40 macro
113 writeb(RTC_READ, ioaddr + RTC_CONTROL); in ds1553_rtc_read_time()
/linux-4.4.14/arch/m68k/mvme147/
Dconfig.c155 m147_rtc->ctrl = RTC_READ; in mvme147_hwclk()
/linux-4.4.14/arch/m68k/mvme16x/
Drtc.c49 rtc->ctrl = RTC_READ; in rtc_ioctl()
Dconfig.c402 rtc->ctrl = RTC_READ; in mvme16x_hwclk()