Searched refs:RTC_DAY_MASK (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/rtc/
H A Drtc-ds1742.c40 #define RTC_DAY_MASK 0x07 macro
75 writeb(BIN2BCD(tm->tm_wday) & RTC_DAY_MASK, ioaddr + RTC_DAY);
104 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK;
H A Drtc-ds1553.c45 #define RTC_DAY_MASK 0x07 macro
87 writeb(BIN2BCD(tm->tm_wday) & RTC_DAY_MASK, ioaddr + RTC_DAY);
116 week = readb(ioaddr + RTC_DAY) & RTC_DAY_MASK;

Completed in 90 milliseconds