Lines Matching defs:eeprom_data
4382 u16 eeprom_data = 0, device_id, apme_mask;
4393 NVM_INIT_CONTROL2_REG, 1, &eeprom_data);
4400 NVM_INIT_CONTROL3_PORT_B, 1, &eeprom_data);
4404 NVM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
4415 NVM_INIT_CONTROL3_PORT_B, 1, &eeprom_data);
4419 NVM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
4439 eeprom_data = E1000_READ_REG(&sc->hw, E1000_WUC);
4443 NVM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
4446 if (eeprom_data & apme_mask)
5363 u16 eeprom_data;
5378 e1000_read_nvm(hw, i, 1, &eeprom_data);
5379 printf("%04x ", eeprom_data);