Home
last modified time | relevance | path

Searched refs:E1000_EECD_TYPE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h1032 #define E1000_EECD_TYPE 0x00002000 /* NVM Type (1-SPI, 0-Microwire) */ macro
H A De1000_82541.c155 nvm->type = eecd & E1000_EECD_TYPE ? e1000_nvm_eeprom_spi in e1000_init_nvm_params_82541()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1058 #define E1000_EECD_TYPE 0x00002000 /* EEPROM Type (1-SPI, 0-Microwire) */ macro
H A De1000.c3181 if (eecd & E1000_EECD_TYPE) {