Home
last modified time | relevance | path

Searched refs:RTC_SECONDS (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/rtc/
H A Drtc-ds1742.c27 #define RTC_SECONDS 1 macro
71 writeb(bin2bcd(tm->tm_sec) & RTC_SECONDS_MASK, ioaddr + RTC_SECONDS); in ds1742_rtc_set_time()
91 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK; in ds1742_rtc_read_time()
172 sec = readb(ioaddr + RTC_SECONDS); in ds1742_rtc_probe()
177 writeb(sec, ioaddr + RTC_SECONDS); in ds1742_rtc_probe()
H A Drtc-mc146818-lib.c41 seconds = CMOS_READ(RTC_SECONDS); in mc146818_avoid_UIP()
50 if (seconds != CMOS_READ(RTC_SECONDS)) { in mc146818_avoid_UIP()
74 if (seconds != CMOS_READ(RTC_SECONDS)) { in mc146818_avoid_UIP()
295 CMOS_WRITE(sec, RTC_SECONDS); in mc146818_set_time()
H A Drtc-ds1553.c32 #define RTC_SECONDS (RTC_OFFSET + 9) macro
87 writeb(bin2bcd(tm->tm_sec) & RTC_SECONDS_MASK, ioaddr + RTC_SECONDS); in ds1553_rtc_set_time()
107 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK; in ds1553_rtc_read_time()
277 sec = readb(ioaddr + RTC_SECONDS); in ds1553_rtc_probe()
282 writeb(sec, ioaddr + RTC_SECONDS); in ds1553_rtc_probe()
H A Drtc-stk17ta8.c35 #define RTC_SECONDS (RTC_OFFSET + 9) macro
87 writeb(bin2bcd(tm->tm_sec) & RTC_SECONDS_MASK, ioaddr + RTC_SECONDS); in stk17ta8_rtc_set_time()
109 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK; in stk17ta8_rtc_read_time()
H A Drtc-ds1286.c181 tm->tm_sec = ds1286_rtc_read(priv, RTC_SECONDS); in ds1286_read_time()
254 ds1286_rtc_write(priv, sec, RTC_SECONDS); in ds1286_set_time()
/linux/arch/mips/include/asm/
H A Dmc146818-time.h66 CMOS_WRITE(real_seconds, RTC_SECONDS); in mc146818_set_rtc_mmss()
97 sec = CMOS_READ(RTC_SECONDS); in mc146818_get_cmos_time()
103 } while (sec != CMOS_READ(RTC_SECONDS)); in mc146818_get_cmos_time()
/linux/arch/mips/dec/
H A Dtime.c30 sec = CMOS_READ(RTC_SECONDS); in read_persistent_clock64()
42 } while (sec != CMOS_READ(RTC_SECONDS)); in read_persistent_clock64()
105 CMOS_WRITE(real_seconds, RTC_SECONDS); in update_persistent_clock64()
/linux/arch/powerpc/platforms/chrp/
H A Dtime.c109 chrp_cmos_clock_write(tm.tm_sec,RTC_SECONDS); in chrp_set_rtc_time()
135 sec = chrp_cmos_clock_read(RTC_SECONDS); in chrp_get_rtc_time()
141 } while (sec != chrp_cmos_clock_read(RTC_SECONDS)); in chrp_get_rtc_time()
/linux/arch/mips/mti-malta/
H A Dmalta-time.c86 secs1 = CMOS_READ(RTC_SECONDS); in estimate_frequencies()
96 secs2 = CMOS_READ(RTC_SECONDS); in estimate_frequencies()
/linux/include/linux/rtc/
H A Dds1286.h15 #define RTC_SECONDS 1 macro
/linux/include/linux/
H A Dmc146818rtc.h50 #define RTC_SECONDS 0 macro
/linux/arch/m68k/atari/
H A Dtime.c266 sec = RTC_READ( RTC_SECONDS ); in atari_tt_hwclk()
275 RTC_WRITE( RTC_SECONDS, sec ); in atari_tt_hwclk()
/linux/arch/sh/include/asm/
H A Dsmc37c93x.h165 #define RTC_SECONDS 0 macro