Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_82575.c110 static s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data);
3158 status = e1000_clock_out_i2c_byte(hw, dev_addr); in e1000_read_i2c_byte_generic()
3166 status = e1000_clock_out_i2c_byte(hw, byte_offset); in e1000_read_i2c_byte_generic()
3177 status = e1000_clock_out_i2c_byte(hw, (dev_addr | 0x1)); in e1000_read_i2c_byte_generic()
3245 status = e1000_clock_out_i2c_byte(hw, dev_addr); in e1000_write_i2c_byte_generic()
3253 status = e1000_clock_out_i2c_byte(hw, byte_offset); in e1000_write_i2c_byte_generic()
3261 status = e1000_clock_out_i2c_byte(hw, data); in e1000_write_i2c_byte_generic()
3374 static s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data) in e1000_clock_out_i2c_byte() function