Searched refs:high_byte (Results 1 – 1 of 1) sorted by relevance
116 u8 high_byte, lo_byte; in read_fan_from_i2c() local118 if (read_u8_from_i2c(client, hi_addr, &high_byte) < 0) in read_fan_from_i2c()124 *output = ((u16)high_byte << 5) | (lo_byte >> 3); in read_fan_from_i2c()129 u8 high_byte = (new_target & 0x1fe0) >> 5; in write_fan_target_to_i2c() local132 i2c_smbus_write_byte_data(client, REG_FAN_TARGET_HI, high_byte); in write_fan_target_to_i2c()