regmap_read(device->regmap, ADDR0, &temp);
value = temp << 16;
regmap_read(device->regmap, ADDR1, &temp);
value |= temp;