Searched refs:atl2_write_eeprom (Results 1 – 2 of 2) sorted by relevance
80 static bool atl2_write_eeprom(struct atl2_hw *hw, u32 offset, u32 value);
1968 if (!atl2_write_eeprom(hw, ((first_dword+i)*4), eeprom_buff[i])) { in atl2_set_eeprom()2701 static bool atl2_write_eeprom(struct atl2_hw *hw, u32 offset, u32 value) in atl2_write_eeprom() function