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