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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_82575.c105 static s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data);
3057 status = e1000_clock_out_i2c_byte(hw, dev_addr);
3065 status = e1000_clock_out_i2c_byte(hw, byte_offset);
3076 status = e1000_clock_out_i2c_byte(hw, (dev_addr | 0x1));
3142 status = e1000_clock_out_i2c_byte(hw, dev_addr);
3150 status = e1000_clock_out_i2c_byte(hw, byte_offset);
3158 status = e1000_clock_out_i2c_byte(hw, data);
3263 * e1000_clock_out_i2c_byte - Clocks out one byte via I2C
3269 static s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data) function
3276 DEBUGFUNC("e1000_clock_out_i2c_byte");
[all...]

Completed in 57 milliseconds