Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_82575.c76 STATIC s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data);
3111 status = e1000_clock_out_i2c_byte(hw, dev_addr); in e1000_read_i2c_byte_generic()
3119 status = e1000_clock_out_i2c_byte(hw, byte_offset); in e1000_read_i2c_byte_generic()
3130 status = e1000_clock_out_i2c_byte(hw, (dev_addr | 0x1)); in e1000_read_i2c_byte_generic()
3196 status = e1000_clock_out_i2c_byte(hw, dev_addr); in e1000_write_i2c_byte_generic()
3204 status = e1000_clock_out_i2c_byte(hw, byte_offset); in e1000_write_i2c_byte_generic()
3212 status = e1000_clock_out_i2c_byte(hw, data); in e1000_write_i2c_byte_generic()
3323 STATIC s32 e1000_clock_out_i2c_byte(struct e1000_hw *hw, u8 data) in e1000_clock_out_i2c_byte() function