RTC_YEA
dt->dt_year = FROMBCD(acrtc_read_reg(sc, RTC_YEA) & RTC_YEA_MASK);
acrtc_write_reg(sc, RTC_YEA, TOBCD(dt->dt_year - 2000) | leap);