Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_api.c248 static s32 igc_clock_out_i2c_byte(struct igc_hw *hw, u8 data) in igc_clock_out_i2c_byte() function
383 status = igc_clock_out_i2c_byte(hw, dev_addr); in igc_read_i2c_byte_generic()
391 status = igc_clock_out_i2c_byte(hw, byte_offset); in igc_read_i2c_byte_generic()
402 status = igc_clock_out_i2c_byte(hw, (dev_addr | 0x1)); in igc_read_i2c_byte_generic()
468 status = igc_clock_out_i2c_byte(hw, dev_addr); in igc_write_i2c_byte_generic()
476 status = igc_clock_out_i2c_byte(hw, byte_offset); in igc_write_i2c_byte_generic()
484 status = igc_clock_out_i2c_byte(hw, data); in igc_write_i2c_byte_generic()