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

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_phy.c43 static s32 ixgbe_clock_out_i2c_byte(struct ixgbe_hw *hw, u8 data);
65 status = ixgbe_clock_out_i2c_byte(hw, byte);
2023 status = ixgbe_clock_out_i2c_byte(hw, dev_addr);
2031 status = ixgbe_clock_out_i2c_byte(hw, byte_offset);
2042 status = ixgbe_clock_out_i2c_byte(hw, (dev_addr | 0x1));
2142 status = ixgbe_clock_out_i2c_byte(hw, dev_addr);
2150 status = ixgbe_clock_out_i2c_byte(hw, byte_offset);
2158 status = ixgbe_clock_out_i2c_byte(hw, data);
2315 * ixgbe_clock_out_i2c_byte - Clocks out one byte via I2C
2321 static s32 ixgbe_clock_out_i2c_byte(struc function
[all...]

Completed in 158 milliseconds