Searched refs:low_bits (Results 1 – 8 of 8) sorted by relevance
117 u8 low_bits; in ixgbe_read_i2c_combined_generic_int() local149 if (ixgbe_in_i2c_byte_ack(hw, &low_bits)) in ixgbe_read_i2c_combined_generic_int()159 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic_int()
363 # 44 low_bits called on the edge case
435 # 53 low_bits called on the edge case
403 # 49 low_bits called on the edge case
516 # 61 low_bits called on the edge case
529 # 63 low_bits called on the edge case
570 # 68 low_bits called on the edge case
2031 const uint32_t low_bits = *bits & ((static_cast<uint32_t>(1) << n) - 1); in ChopLowBits() local2033 return low_bits; in ChopLowBits()