Searched refs:RTC_SECONDS (Results 1 – 6 of 6) sorted by relevance
27 #define RTC_SECONDS 1 macro71 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()
41 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()
32 #define RTC_SECONDS (RTC_OFFSET + 9) macro87 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()
35 #define RTC_SECONDS (RTC_OFFSET + 9) macro87 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()
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()
26 #define RTC_SECONDS 0x08 macro
Completed in 12 milliseconds