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

/freebsd-11.0-release/sys/dev/e1000/
H A De1000_82575.c110 static s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data);
3295 status = e1000_clock_out_i2c_byte(hw, dev_addr);
3303 status = e1000_clock_out_i2c_byte(hw, byte_offset);
3314 status = e1000_clock_out_i2c_byte(hw, (dev_addr | 0x1));
3382 status = e1000_clock_out_i2c_byte(hw, dev_addr);
3390 status = e1000_clock_out_i2c_byte(hw, byte_offset);
3398 status = e1000_clock_out_i2c_byte(hw, data);
3505 * e1000_clock_out_i2c_byte - Clocks out one byte via I2C
3511 static s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data) function
3518 DEBUGFUNC("e1000_clock_out_i2c_byte");
[all...]

Completed in 47 milliseconds