Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_82575.c104 static s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data);
3058 status = e1000_clock_out_i2c_byte(hw, dev_addr); in e1000_read_i2c_byte_generic()
3066 status = e1000_clock_out_i2c_byte(hw, byte_offset); in e1000_read_i2c_byte_generic()
3077 status = e1000_clock_out_i2c_byte(hw, (dev_addr | 0x1)); in e1000_read_i2c_byte_generic()
3143 status = e1000_clock_out_i2c_byte(hw, dev_addr); in e1000_write_i2c_byte_generic()
3151 status = e1000_clock_out_i2c_byte(hw, byte_offset); in e1000_write_i2c_byte_generic()
3159 status = e1000_clock_out_i2c_byte(hw, data); in e1000_write_i2c_byte_generic()
3270 static s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data) in e1000_clock_out_i2c_byte() function