Searched refs:ixgbe_clock_out_i2c_byte (Results 1 – 1 of 1) sorted by relevance
44 int32_t ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, uint8_t data);64 status = ixgbe_clock_out_i2c_byte(hw, byte); in ixgbe_out_i2c_byte_ack()2072 status = ixgbe_clock_out_i2c_byte(hw, dev_addr); in ixgbe_read_i2c_byte_generic_int()2080 status = ixgbe_clock_out_i2c_byte(hw, byte_offset); in ixgbe_read_i2c_byte_generic_int()2091 status = ixgbe_clock_out_i2c_byte(hw, (dev_addr | 0x1)); in ixgbe_read_i2c_byte_generic_int()2191 status = ixgbe_clock_out_i2c_byte(hw, dev_addr); in ixgbe_write_i2c_byte_generic_int()2199 status = ixgbe_clock_out_i2c_byte(hw, byte_offset); in ixgbe_write_i2c_byte_generic_int()2207 status = ixgbe_clock_out_i2c_byte(hw, data); in ixgbe_write_i2c_byte_generic_int()2370 int32_t ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, uint8_t data) in ixgbe_clock_out_i2c_byte() function