Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dw83773g.c126 u8 high_byte; in set_offset() local
132 high_byte = val >> 3; in set_offset()
135 ret = regmap_write(regmap, W83773_OFFSET_MSB[index], high_byte); in set_offset()
Demc2103.c103 u8 high_byte, lo_byte; in read_fan_from_i2c() local
105 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() local
119 i2c_smbus_write_byte_data(client, REG_FAN_TARGET_HI, high_byte); in write_fan_target_to_i2c()