SD3078_REG_YR      30 drivers/rtc/rtc-sd3078.c #define NUM_TIME_REGS   (SD3078_REG_YR - SD3078_REG_SC + 1)
SD3078_REG_YR     117 drivers/rtc/rtc-sd3078.c 	tm->tm_year = bcd2bin(rtc_data[SD3078_REG_YR]) + 100;
SD3078_REG_YR     135 drivers/rtc/rtc-sd3078.c 	rtc_data[SD3078_REG_YR] = bin2bcd(tm->tm_year - 100);