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

/linux-4.4.14/crypto/
H A Dgf128mul.c94 modular polynomial. The values lo_byte and hi_byte are returned via the
95 macro xp_fun(lo_byte, hi_byte) so that the values can be assembled into
/linux-4.4.14/drivers/hwmon/
H A Demc2103.c116 u8 high_byte, lo_byte; read_fan_from_i2c() local
121 if (read_u8_from_i2c(client, lo_addr, &lo_byte) < 0) read_fan_from_i2c()
124 *output = ((u16)high_byte << 5) | (lo_byte >> 3); read_fan_from_i2c()
/linux-4.4.14/drivers/acpi/acpica/
H A Ddbconvert.c89 * hi_byte then lo_byte.

Completed in 113 milliseconds