CCR_MONTH         131 drivers/rtc/rtc-x1205.c 	tm->tm_mon = bcd2bin(buf[CCR_MONTH]) - 1; /* mon is 0-11 */
CCR_MONTH         201 drivers/rtc/rtc-x1205.c 	buf[CCR_MONTH] = bin2bcd(tm->tm_mon + 1);