Lines Matching refs:byte_offset
1169 s32 txgbe_read_i2c_eeprom(struct txgbe_hw *hw, u8 byte_offset, in txgbe_read_i2c_eeprom() argument
1174 return hw->phy.read_i2c_byte(hw, byte_offset, in txgbe_read_i2c_eeprom()
1187 s32 txgbe_read_i2c_sff8472(struct txgbe_hw *hw, u8 byte_offset, in txgbe_read_i2c_sff8472() argument
1190 return hw->phy.read_i2c_byte(hw, byte_offset, in txgbe_read_i2c_sff8472()
1203 s32 txgbe_write_i2c_eeprom(struct txgbe_hw *hw, u8 byte_offset, in txgbe_write_i2c_eeprom() argument
1208 return hw->phy.write_i2c_byte(hw, byte_offset, in txgbe_write_i2c_eeprom()
1223 s32 txgbe_read_i2c_byte_unlocked(struct txgbe_hw *hw, u8 byte_offset, in txgbe_read_i2c_byte_unlocked() argument
1240 byte_offset | TXGBE_I2CDATA_STOP); in txgbe_read_i2c_byte_unlocked()
1266 s32 txgbe_read_i2c_byte(struct txgbe_hw *hw, u8 byte_offset, in txgbe_read_i2c_byte() argument
1274 err = txgbe_read_i2c_byte_unlocked(hw, byte_offset, dev_addr, data); in txgbe_read_i2c_byte()
1289 s32 txgbe_write_i2c_byte_unlocked(struct txgbe_hw *hw, u8 byte_offset, in txgbe_write_i2c_byte_unlocked() argument
1304 wr32(hw, TXGBE_I2CDATA, byte_offset | TXGBE_I2CDATA_STOP); in txgbe_write_i2c_byte_unlocked()
1327 s32 txgbe_write_i2c_byte(struct txgbe_hw *hw, u8 byte_offset, in txgbe_write_i2c_byte() argument
1335 err = txgbe_write_i2c_byte_unlocked(hw, byte_offset, dev_addr, data); in txgbe_write_i2c_byte()