Home
last modified time | relevance | path

Searched refs:RTC_DAY (Results 1 – 3 of 3) sorted by relevance

/drivers/rtc/
Drtc-ds1742.c33 #define RTC_DAY 4 macro
75 writeb(bin2bcd(tm->tm_wday) & RTC_DAY_MASK, ioaddr + RTC_DAY); in ds1742_rtc_set_time()
104 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in ds1742_rtc_read_time()
212 if (!(readb(ioaddr + RTC_DAY) & RTC_BATT_FLAG)) in ds1742_rtc_probe()
Drtc-ds1553.c38 #define RTC_DAY (RTC_OFFSET + 12) macro
87 writeb(bin2bcd(tm->tm_wday) & RTC_DAY_MASK, ioaddr + RTC_DAY); in ds1553_rtc_set_time()
116 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in ds1553_rtc_read_time()
Drtc-stk17ta8.c41 #define RTC_DAY (RTC_OFFSET + 12) macro
87 writeb(bin2bcd(tm->tm_wday) & RTC_DAY_MASK, ioaddr + RTC_DAY); in stk17ta8_rtc_set_time()
118 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK; in stk17ta8_rtc_read_time()