atl2_read_eeprom
if (!atl2_read_eeprom(hw, i*4, &(eeprom_buff[i-first_dword]))) {
if (!atl2_read_eeprom(hw, first_dword*4, &(eeprom_buff[0]))) {
if (!atl2_read_eeprom(hw, last_dword * 4,
if (atl2_read_eeprom(hw, i + 0x100, &Control)) {
static bool atl2_read_eeprom(struct atl2_hw *hw, u32 Offset, u32 *pValue);