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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_phy.c44 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data);
994 ixgbe_set_i2c_data(hw, &i2cctl, 1);
1000 ixgbe_set_i2c_data(hw, &i2cctl, 0);
1023 ixgbe_set_i2c_data(hw, &i2cctl, 0);
1029 ixgbe_set_i2c_data(hw, &i2cctl, 1);
1176 status = ixgbe_set_i2c_data(hw, &i2cctl, data);
1236 * ixgbe_set_i2c_data - Sets the I2C data bit
1243 static s32 ixgbe_set_i2c_data(struct ixgbe_hw *hw, u32 *i2cctl, bool data) function
1298 ixgbe_set_i2c_data(hw, &i2cctl, 1);

Completed in 57 milliseconds