Home
last modified time | relevance | path

Searched refs:E1000_EECD_PRES (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h585 #define E1000_EECD_PRES 0x00000100 /* NVM Present */ macro
596 #define E1000_EECD_SEC1VAL_VALID_MASK (E1000_EECD_AUTO_RD | E1000_EECD_PRES)
H A Dich8lan.c5778 if (!(er32(EECD) & E1000_EECD_PRES) && in e1000_get_cfg_done_ich8lan()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h710 #define E1000_EECD_PRES 0x00000100 /* NVM Present */ macro
H A De1000_82575.c1250 if (((rd32(E1000_EECD) & E1000_EECD_PRES) == 0) && in igb_get_cfg_done_82575()
1490 if ((rd32(E1000_EECD) & E1000_EECD_PRES) == 0) in igb_reset_hw_82575()
H A Digb_main.c3609 rd32(E1000_EECD) & E1000_EECD_PRES) || in igb_probe()
/openbmc/qemu/hw/net/
H A De1000x_regs.h600 #define E1000_EECD_PRES 0x00000100 /* EEPROM Present */ macro
H A De1000e_core.c2731 static const uint32_t ro_bits = E1000_EECD_PRES | in e1000e_set_eecd()
3431 [EECD] = E1000_EECD_AUTO_RD | E1000_EECD_PRES,
H A De1000.c472 uint32_t ret = E1000_EECD_PRES|E1000_EECD_GNT | s->eecd_state.old_eecd; in get_eecd()
H A Digb_core.c3018 static const uint32_t ro_bits = E1000_EECD_PRES | in igb_set_eecd()
4389 [EECD] = E1000_EECD_FWE_DIS | E1000_EECD_PRES |
/openbmc/u-boot/drivers/net/
H A De1000.h1229 #define E1000_EECD_PRES 0x00000100 /* EEPROM Present */ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1505 #define E1000_EECD_PRES 0x00000100 /* EEPROM Present */ macro