Home
last modified time | relevance | path

Searched refs:CCR_MONTH (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/rtc/
H A Dx1205.c29 #define CCR_MONTH 4 macro
103 tm->tm_mon = bcd2bin(buf[CCR_MONTH]); /* mon is 0-11 */ in rtc_get()
135 buf[CCR_MONTH] = bin2bcd(tm->tm_mon); in rtc_set()
/openbmc/linux/drivers/rtc/
H A Drtc-x1205.c30 #define CCR_MONTH 4 macro
131 tm->tm_mon = bcd2bin(buf[CCR_MONTH]) - 1; /* mon is 0-11 */ in x1205_get_datetime()
201 buf[CCR_MONTH] = bin2bcd(tm->tm_mon + 1); in x1205_set_datetime()