Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-ds1742.c31 #define RTC_SECONDS 1 macro
75 writeb(bin2bcd(tm->tm_sec) & RTC_SECONDS_MASK, ioaddr + RTC_SECONDS); in ds1742_rtc_set_time()
95 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK; in ds1742_rtc_read_time()
177 sec = readb(ioaddr + RTC_SECONDS); in ds1742_rtc_probe()
182 writeb(sec, ioaddr + RTC_SECONDS); in ds1742_rtc_probe()
Drtc-ds1553.c35 #define RTC_SECONDS (RTC_OFFSET + 9) macro
90 writeb(bin2bcd(tm->tm_sec) & RTC_SECONDS_MASK, ioaddr + RTC_SECONDS); in ds1553_rtc_set_time()
110 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK; in ds1553_rtc_read_time()
282 sec = readb(ioaddr + RTC_SECONDS); in ds1553_rtc_probe()
287 writeb(sec, ioaddr + RTC_SECONDS); in ds1553_rtc_probe()
Drtc-mc146818-lib.c53 time->tm_sec = CMOS_READ(RTC_SECONDS); in mc146818_get_time()
184 CMOS_WRITE(sec, RTC_SECONDS); in mc146818_set_time()
Drtc-stk17ta8.c38 #define RTC_SECONDS (RTC_OFFSET + 9) macro
90 writeb(bin2bcd(tm->tm_sec) & RTC_SECONDS_MASK, ioaddr + RTC_SECONDS); in stk17ta8_rtc_set_time()
112 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK; in stk17ta8_rtc_read_time()
Drtc-ds1286.c185 tm->tm_sec = ds1286_rtc_read(priv, RTC_SECONDS); in ds1286_read_time()
258 ds1286_rtc_write(priv, sec, RTC_SECONDS); in ds1286_set_time()
Drtc-mrst.c96 time->tm_sec = vrtc_cmos_read(RTC_SECONDS); in mrst_read_time()
135 vrtc_cmos_write(sec, RTC_SECONDS); in mrst_set_time()
/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/arch/powerpc/platforms/maple/
Dtime.c60 tm->tm_sec = maple_clock_read(RTC_SECONDS); in maple_get_rtc_time()
66 } while (tm->tm_sec != maple_clock_read(RTC_SECONDS)); in maple_get_rtc_time()
113 maple_clock_write(sec, RTC_SECONDS); in maple_set_rtc_time()
/Linux-v4.19/arch/x86/platform/intel-mid/
Dintel_mid_vrtc.c71 sec = vrtc_cmos_read(RTC_SECONDS); in vrtc_get_time()
110 vrtc_cmos_write(tm.tm_sec, RTC_SECONDS); in vrtc_set_mmss()
/Linux-v4.19/arch/mips/mti-malta/
Dmalta-time.c103 secs1 = CMOS_READ(RTC_SECONDS); in estimate_frequencies()
113 secs2 = CMOS_READ(RTC_SECONDS); in estimate_frequencies()
/Linux-v4.19/include/linux/rtc/
Dds1286.h15 #define RTC_SECONDS 1 macro
/Linux-v4.19/include/linux/
Dmc146818rtc.h50 #define RTC_SECONDS 0 macro
/Linux-v4.19/arch/m68k/atari/
Dtime.c231 sec = RTC_READ( RTC_SECONDS ); in atari_tt_hwclk()
240 RTC_WRITE( RTC_SECONDS, sec ); in atari_tt_hwclk()
/Linux-v4.19/arch/sh/include/asm/
Dsmc37c93x.h165 #define RTC_SECONDS 0 macro
/Linux-v4.19/arch/x86/kernel/
Drtc.c88 sec = CMOS_READ(RTC_SECONDS); in mach_get_cmos_time()
/Linux-v4.19/drivers/clocksource/
Dtegra20_timer.c35 #define RTC_SECONDS 0x08 macro
/Linux-v4.19/drivers/char/
Drtc.c623 CMOS_WRITE(sec, RTC_SECONDS); in rtc_do_ioctl()
1212 rtc_tm->tm_sec = CMOS_READ(RTC_SECONDS); in rtc_get_rtc_time()