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

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c21 static int ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data);
2389 ixgbe_set_i2c_data(hw, &i2cctl, 1);
2395 ixgbe_set_i2c_data(hw, &i2cctl, 0);
2423 ixgbe_set_i2c_data(hw, &i2cctl, 0);
2429 ixgbe_set_i2c_data(hw, &i2cctl, 1);
2591 status = ixgbe_set_i2c_data(hw, &i2cctl, data);
2666 * ixgbe_set_i2c_data - Sets the I2C data bit
2674 static int ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data) function
2747 ixgbe_set_i2c_data(hw, &i2cctl, 1);

Completed in 95 milliseconds