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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-rx8581.c27 #define RX8581_REG_DM 0x04 /* Day of Month in BCD */ macro
119 tm->tm_mday = bcd2bin(date[RX8581_REG_DM] & 0x3F);
155 buf[RX8581_REG_DM] = bin2bcd(tm->tm_mday);

Completed in 63 milliseconds