Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/rtc/
Drtc-ds1742.c28 #define RTC_SECONDS 1 macro
72 writeb(bin2bcd(tm->tm_sec) & RTC_SECONDS_MASK, ioaddr + RTC_SECONDS); in ds1742_rtc_set_time()
92 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK; in ds1742_rtc_read_time()
174 sec = readb(ioaddr + RTC_SECONDS); in ds1742_rtc_probe()
179 writeb(sec, ioaddr + RTC_SECONDS); in ds1742_rtc_probe()
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()
279 sec = readb(ioaddr + RTC_SECONDS); in ds1553_rtc_probe()
284 writeb(sec, ioaddr + RTC_SECONDS); in ds1553_rtc_probe()
Drtc-mc146818-lib.c54 time->tm_sec = CMOS_READ(RTC_SECONDS); in mc146818_get_time()
185 CMOS_WRITE(sec, RTC_SECONDS); in mc146818_set_time()
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()
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()
Drtc-mrst.c92 time->tm_sec = vrtc_cmos_read(RTC_SECONDS); in mrst_read_time()
131 vrtc_cmos_write(sec, RTC_SECONDS); in mrst_set_time()
/Linux-v5.4/arch/mips/include/asm/
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-v5.4/arch/mips/dec/
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-v5.4/arch/powerpc/platforms/chrp/
Dtime.c111 chrp_cmos_clock_write(tm.tm_sec,RTC_SECONDS); in chrp_set_rtc_time()
137 sec = chrp_cmos_clock_read(RTC_SECONDS); in chrp_get_rtc_time()
143 } while (sec != chrp_cmos_clock_read(RTC_SECONDS)); in chrp_get_rtc_time()
/Linux-v5.4/arch/powerpc/platforms/maple/
Dtime.c55 tm->tm_sec = maple_clock_read(RTC_SECONDS); in maple_get_rtc_time()
61 } while (tm->tm_sec != maple_clock_read(RTC_SECONDS)); in maple_get_rtc_time()
108 maple_clock_write(sec, RTC_SECONDS); in maple_set_rtc_time()
/Linux-v5.4/arch/x86/platform/intel-mid/
Dintel_mid_vrtc.c67 sec = vrtc_cmos_read(RTC_SECONDS); in vrtc_get_time()
106 vrtc_cmos_write(tm.tm_sec, RTC_SECONDS); in vrtc_set_mmss()
/Linux-v5.4/arch/mips/mti-malta/
Dmalta-time.c91 secs1 = CMOS_READ(RTC_SECONDS); in estimate_frequencies()
101 secs2 = CMOS_READ(RTC_SECONDS); in estimate_frequencies()
/Linux-v5.4/include/linux/rtc/
Dds1286.h15 #define RTC_SECONDS 1 macro
/Linux-v5.4/include/linux/
Dmc146818rtc.h50 #define RTC_SECONDS 0 macro
/Linux-v5.4/arch/sh/include/asm/
Dsmc37c93x.h165 #define RTC_SECONDS 0 macro
/Linux-v5.4/arch/m68k/atari/
Dtime.c263 sec = RTC_READ( RTC_SECONDS ); in atari_tt_hwclk()
272 RTC_WRITE( RTC_SECONDS, sec ); in atari_tt_hwclk()
/Linux-v5.4/arch/x86/kernel/
Drtc.c88 sec = CMOS_READ(RTC_SECONDS); in mach_get_cmos_time()
/Linux-v5.4/drivers/clocksource/
Dtimer-tegra.c26 #define RTC_SECONDS 0x08 macro
/Linux-v5.4/drivers/char/
Drtc.c619 CMOS_WRITE(sec, RTC_SECONDS); in rtc_do_ioctl()
1207 rtc_tm->tm_sec = CMOS_READ(RTC_SECONDS); in rtc_get_rtc_time()