RTC_DAY
dt->dt_day = FROMBCD(acrtc_read_reg(sc, RTC_DAY) & RTC_DAY_MASK);
acrtc_write_reg(sc, RTC_DAY, TOBCD(dt->dt_day));