M41T93_REG_YEAR
data[M41T93_REG_YEAR] = bin2bcd(tm->tm_year % 100);
tm->tm_year = bcd2bin(buf[M41T93_REG_YEAR]) + century_after_1900 * 100;