RTC7301_10_DAY
tm->tm_mday += (rtc7301_read(priv, RTC7301_10_DAY) & ~RTC7301_AE) * 10;
rtc7301_write(priv, tm->tm_mday / 10, RTC7301_10_DAY);