atl1e_read_eeprom
if (!atl1e_read_eeprom(hw, i * 4, &(eeprom_buff[i-first_dword]))) {
if (!atl1e_read_eeprom(hw, first_dword * 4, &(eeprom_buff[0]))) {
if (!atl1e_read_eeprom(hw, last_dword * 4,
bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value);