Lines Matching defs:eeprom
299 hw->eeprom.ops.init_params(hw);
303 if (hw->eeprom.ops.eeprom_chksum_cap_st(sc, NGBE_CALSUM_COMMAND,
305 printf(": eeprom checksum is not valid\n");
311 if (hw->eeprom.ops.phy_led_oem_chk(sc, &led_conf))
1809 struct ngbe_eeprom_info *eeprom = &hw->eeprom;
1811 if (eeprom->type == ngbe_eeprom_uninitialized) {
1812 eeprom->type = ngbe_eeprom_none;
1816 eeprom->type = ngbe_flash;
1819 eeprom->sw_region_offset = 0x80;
1842 struct ngbe_eeprom_info *eeprom = &hw->eeprom;
1899 eeprom->ops.init_params = ngbe_init_eeprom_params;
1900 eeprom->ops.eeprom_chksum_cap_st = ngbe_eepromcheck_cap;
1901 eeprom->ops.phy_led_oem_chk = ngbe_phy_led_oem_chk;
1918 * Otherwise, use the permanent address from the eeprom.
2800 printf("%s: cannot access the eeprom - SMBI semaphore not "