RTC_OFFSET_YEAR 141 drivers/rtc/rtc-mt6397.c tm->tm_year = data[RTC_OFFSET_YEAR]; RTC_OFFSET_YEAR 195 drivers/rtc/rtc-mt6397.c data[RTC_OFFSET_YEAR] = tm->tm_year; RTC_OFFSET_YEAR 241 drivers/rtc/rtc-mt6397.c tm->tm_year = data[RTC_OFFSET_YEAR] & RTC_AL_YEA_MASK; RTC_OFFSET_YEAR 278 drivers/rtc/rtc-mt6397.c data[RTC_OFFSET_YEAR] = ((data[RTC_OFFSET_YEAR] & ~(RTC_AL_YEA_MASK)) |