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

/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c45 static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data);
85 return ixgbe_clock_out_i2c_bit(hw, FALSE);
159 if (ixgbe_clock_out_i2c_bit(hw, FALSE))
2049 status = ixgbe_clock_out_i2c_bit(hw, nack);
2322 status = ixgbe_clock_out_i2c_bit(hw, bit);
2427 * ixgbe_clock_out_i2c_bit - Clocks in/out one bit via I2C data/clock
2433 static s32 ixgbe_clock_out_i2c_bit(struct ixgbe_hw *hw, bool data) function
2438 DEBUGFUNC("ixgbe_clock_out_i2c_bit");

Completed in 59 milliseconds