Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/rtc/
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()

Completed in 4 milliseconds