RTC7301_10_MONTH
tm->tm_mon = rtc7301_read(priv, RTC7301_10_MONTH) * 10 +
rtc7301_write(priv, (tm->tm_mon + 1) / 10, RTC7301_10_MONTH);