Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/m68k/atari/
A Dtime.c124 #define RTC_READ(reg) \ macro
206 ctrl = RTC_READ(RTC_CONTROL); /* control registers are in atari_tt_hwclk()
254 while( RTC_READ(RTC_FREQ_SELECT) & RTC_UIP ) { in atari_tt_hwclk()
264 sec = RTC_READ( RTC_SECONDS ); in atari_tt_hwclk()
265 min = RTC_READ( RTC_MINUTES ); in atari_tt_hwclk()
266 hour = RTC_READ( RTC_HOURS ); in atari_tt_hwclk()
267 day = RTC_READ( RTC_DAY_OF_MONTH ); in atari_tt_hwclk()
268 mon = RTC_READ( RTC_MONTH ); in atari_tt_hwclk()
269 year = RTC_READ( RTC_YEAR ); in atari_tt_hwclk()
270 wday = RTC_READ( RTC_DAY_OF_WEEK ); in atari_tt_hwclk()
/linux-6.3-rc2/drivers/rtc/
A Drtc-stk17ta8.c54 #define RTC_READ 0x01 macro
108 writeb(flags | RTC_READ, ioaddr + RTC_FLAGS); in stk17ta8_rtc_read_time()
117 writeb(flags & ~RTC_READ, ioaddr + RTC_FLAGS); in stk17ta8_rtc_read_time()
A Drtc-ds1742.c42 #define RTC_READ 0x40 macro
91 writeb(RTC_READ, ioaddr + RTC_CONTROL); in ds1742_rtc_read_time()
A Drtc-ds1553.c46 #define RTC_READ 0x40 macro
106 writeb(RTC_READ, ioaddr + RTC_CONTROL); in ds1553_rtc_read_time()
/linux-6.3-rc2/arch/m68k/include/asm/
A Dmvme16xhw.h40 #define RTC_READ 0x40 macro
A Dmvme147hw.h20 #define RTC_READ 0x40 macro
/linux-6.3-rc2/arch/m68k/mvme147/
A Dconfig.c175 m147_rtc->ctrl = RTC_READ; in mvme147_hwclk()
/linux-6.3-rc2/arch/m68k/mvme16x/
A Drtc.c50 rtc->ctrl = RTC_READ; in rtc_ioctl()
A Dconfig.c440 rtc->ctrl = RTC_READ; in mvme16x_hwclk()

Completed in 16 milliseconds