Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_eeprom.h192 #define EEP_VERSION 136 /* eeprom version 2 bytes */ macro
H A Diwh.c724 if (IWH_READ_EEP_SHORT(sc, EEP_VERSION) < 0x011a) { in iwh_attach()
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_eeprom.h189 #define EEP_VERSION 136 /* eeprom version 2 bytes */ macro
H A Diwp.c5379 if ((IWP_READ_EEP_SHORT(sc, EEP_VERSION) < 0x011a) || in iwp_eep_ver_chk()