M41T94_REG_DAY
buf[M41T94_REG_DAY] = bin2bcd(tm->tm_mday);
tm->tm_mday = bcd2bin(spi_w8r8(spi, M41T94_REG_DAY));