Searched refs:low_bits (Results 1 – 2 of 2) sorted by relevance
118 u8 low_bits; in ixgbe_read_i2c_combined_generic_int() local150 if (ixgbe_in_i2c_byte_ack(hw, &low_bits)) in ixgbe_read_i2c_combined_generic_int()160 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic_int()
1798 const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1); in ChopLowBits() local1800 return low_bits; in ChopLowBits()