Home
last modified time | relevance | path

Searched refs:ISL1208_REG_YR (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/rtc/
Drtc-isl1208.c29 #define ISL1208_REG_YR 0x05 macro
314 tm->tm_year = bcd2bin(regs[ISL1208_REG_YR]) + 100; in isl1208_i2c_read_time()
350 yr = i2c_smbus_read_byte_data(client, ISL1208_REG_YR); in isl1208_i2c_read_alarm()
437 regs[ISL1208_REG_YR] = bin2bcd(tm->tm_year - 100); in isl1208_i2c_set_time()