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