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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Demc2103.c113 u8 high_byte, lo_byte; local
115 if (read_u8_from_i2c(client, hi_addr, &high_byte) < 0)
121 *output = ((u16)high_byte << 5) | (lo_byte >> 3);
126 u8 high_byte = (new_target & 0x1fe0) >> 5; local
129 i2c_smbus_write_byte_data(client, REG_FAN_TARGET_HI, high_byte);

Completed in 94 milliseconds