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