ISL1208_REG_YR 340 drivers/rtc/rtc-isl1208.c tm->tm_year = bcd2bin(regs[ISL1208_REG_YR]) + 100; ISL1208_REG_YR 376 drivers/rtc/rtc-isl1208.c yr = i2c_smbus_read_byte_data(client, ISL1208_REG_YR); ISL1208_REG_YR 463 drivers/rtc/rtc-isl1208.c regs[ISL1208_REG_YR] = bin2bcd(tm->tm_year - 100);