M41T94_REG_YEAR
buf[M41T94_REG_YEAR] = bin2bcd(tm->tm_year % 100);
tm->tm_year = bcd2bin(spi_w8r8(spi, M41T94_REG_YEAR));