Searched refs:CCR_MONTH (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-x1205.c33 #define CCR_MONTH 4 macro
125 tm->tm_mon = bcd2bin(buf[CCR_MONTH]) - 1; /* mon is 0-11 */
186 buf[CCR_MONTH] = bin2bcd(tm->tm_mon + 1);

Completed in 159 milliseconds