HomeSort by: relevance | last modified time | path
    Searched defs:low_bits (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_phy.c 125 u8 low_bits; local in function:ixgbe_read_i2c_combined_generic_int
157 if (ixgbe_in_i2c_byte_ack(hw, &low_bits))
167 *val = (high_bits << 8) | low_bits;
ixgbe_phy.c 125 u8 low_bits; local in function:ixgbe_read_i2c_combined_generic_int
157 if (ixgbe_in_i2c_byte_ack(hw, &low_bits))
167 *val = (high_bits << 8) | low_bits;

Completed in 25 milliseconds