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