Searched refs:ixgbe_clock_out_i2c_byte (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.c38 static s32 ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data);
874 status = ixgbe_clock_out_i2c_byte(hw, dev_addr);
882 status = ixgbe_clock_out_i2c_byte(hw, byte_offset);
893 status = ixgbe_clock_out_i2c_byte(hw, (dev_addr | 0x1));
944 status = ixgbe_clock_out_i2c_byte(hw, dev_addr);
952 status = ixgbe_clock_out_i2c_byte(hw, byte_offset);
960 status = ixgbe_clock_out_i2c_byte(hw, data);
1060 * ixgbe_clock_out_i2c_byte - Clocks out one byte via I2C
1066 static s32 ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data) function

Completed in 152 milliseconds