Searched refs:high_byte (Results 1 – 2 of 2) sorted by relevance
126 u8 high_byte; in set_offset() local132 high_byte = val >> 3; in set_offset()135 ret = regmap_write(regmap, W83773_OFFSET_MSB[index], high_byte); in set_offset()
103 u8 high_byte, lo_byte; in read_fan_from_i2c() local105 if (read_u8_from_i2c(client, hi_addr, &high_byte) < 0) in read_fan_from_i2c()111 *output = ((u16)high_byte << 5) | (lo_byte >> 3); in read_fan_from_i2c()116 u8 high_byte = (new_target & 0x1fe0) >> 5; in write_fan_target_to_i2c() local119 i2c_smbus_write_byte_data(client, REG_FAN_TARGET_HI, high_byte); in write_fan_target_to_i2c()