Lines Matching refs:byte_offset
1162 s32 txgbe_read_i2c_eeprom(struct txgbe_hw *hw, u8 byte_offset, in txgbe_read_i2c_eeprom() argument
1165 return hw->phy.read_i2c_byte(hw, byte_offset, in txgbe_read_i2c_eeprom()
1178 s32 txgbe_read_i2c_sff8472(struct txgbe_hw *hw, u8 byte_offset, in txgbe_read_i2c_sff8472() argument
1181 return hw->phy.read_i2c_byte(hw, byte_offset, in txgbe_read_i2c_sff8472()
1194 s32 txgbe_write_i2c_eeprom(struct txgbe_hw *hw, u8 byte_offset, in txgbe_write_i2c_eeprom() argument
1197 return hw->phy.write_i2c_byte(hw, byte_offset, in txgbe_write_i2c_eeprom()
1212 s32 txgbe_read_i2c_byte_unlocked(struct txgbe_hw *hw, u8 byte_offset, in txgbe_read_i2c_byte_unlocked() argument
1225 byte_offset | TXGBE_I2CDATA_STOP); in txgbe_read_i2c_byte_unlocked()
1251 s32 txgbe_read_i2c_byte(struct txgbe_hw *hw, u8 byte_offset, in txgbe_read_i2c_byte() argument
1259 err = txgbe_read_i2c_byte_unlocked(hw, byte_offset, dev_addr, data); in txgbe_read_i2c_byte()
1274 s32 txgbe_write_i2c_byte_unlocked(struct txgbe_hw *hw, u8 byte_offset, in txgbe_write_i2c_byte_unlocked() argument
1285 wr32(hw, TXGBE_I2CDATA, byte_offset | TXGBE_I2CDATA_STOP); in txgbe_write_i2c_byte_unlocked()
1308 s32 txgbe_write_i2c_byte(struct txgbe_hw *hw, u8 byte_offset, in txgbe_write_i2c_byte() argument
1316 err = txgbe_write_i2c_byte_unlocked(hw, byte_offset, dev_addr, data); in txgbe_write_i2c_byte()