Searched refs:RTC_SECONDS (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/rtc/ |
A D | rtc-ds1742.c | 28 #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()
|
A D | rtc-mc146818-lib.c | 40 time->tm_sec = CMOS_READ(RTC_SECONDS); in mc146818_get_time() 49 if (time->tm_sec != CMOS_READ(RTC_SECONDS)) { in mc146818_get_time() 85 retry |= time->tm_sec != CMOS_READ(RTC_SECONDS); in mc146818_get_time() 204 CMOS_WRITE(sec, RTC_SECONDS); in mc146818_set_time()
|
A D | rtc-ds1553.c | 32 #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()
|
A D | rtc-stk17ta8.c | 35 #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()
|
A D | rtc-ds1286.c | 181 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/ |
A D | mc146818-time.h | 66 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/ |
A D | time.c | 30 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/ |
A D | time.c | 111 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/arch/powerpc/platforms/maple/ |
A D | time.c | 54 tm->tm_sec = maple_clock_read(RTC_SECONDS); in maple_get_rtc_time() 60 } while (tm->tm_sec != maple_clock_read(RTC_SECONDS)); in maple_get_rtc_time() 107 maple_clock_write(sec, RTC_SECONDS); in maple_set_rtc_time()
|
/linux/arch/mips/mti-malta/ |
A D | malta-time.c | 86 secs1 = CMOS_READ(RTC_SECONDS); in estimate_frequencies() 96 secs2 = CMOS_READ(RTC_SECONDS); in estimate_frequencies()
|
/linux/include/linux/rtc/ |
A D | ds1286.h | 15 #define RTC_SECONDS 1 macro
|
/linux/include/linux/ |
A D | mc146818rtc.h | 50 #define RTC_SECONDS 0 macro
|
/linux/arch/m68k/atari/ |
A D | time.c | 264 sec = RTC_READ( RTC_SECONDS ); in atari_tt_hwclk() 273 RTC_WRITE( RTC_SECONDS, sec ); in atari_tt_hwclk()
|
/linux/arch/sh/include/asm/ |
A D | smc37c93x.h | 165 #define RTC_SECONDS 0 macro
|
/linux/arch/x86/kernel/ |
A D | rtc.c | 88 sec = CMOS_READ(RTC_SECONDS); in mach_get_cmos_time()
|
/linux/drivers/clocksource/ |
A D | timer-tegra.c | 26 #define RTC_SECONDS 0x08 macro
|
Completed in 19 milliseconds