Searched refs:ISL1219_REG_YRT (Results 1 – 1 of 1) sorted by relevance
66 #define ISL1219_REG_YRT 0x19 macro125 WARN_ON(reg > ISL1219_REG_YRT); in isl1208_i2c_read_regs()126 WARN_ON(reg + len > ISL1219_REG_YRT + 1); in isl1208_i2c_read_regs()139 WARN_ON(reg > ISL1219_REG_YRT); in isl1208_i2c_set_regs()140 WARN_ON(reg + len > ISL1219_REG_YRT + 1); in isl1208_i2c_set_regs()579 tm.tm_year = bcd2bin(regs[ISL1219_REG_YRT - ISL1219_REG_SCT]) + 100; in timestamp0_show()