Searched refs:RV8803_MONTH (Results 1 – 1 of 1) sorted by relevance
29 #define RV8803_MONTH 0x05 macro275 tm->tm_mon = bcd2bin(date[RV8803_MONTH] & 0x1f) - 1; in rv8803_get_time()302 date[RV8803_MONTH] = bin2bcd(tm->tm_mon + 1); in rv8803_set_time()