Searched refs:NVM_VERSION (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/e1000/ |
H A D | e1000_nvm.c | 1309 hw->nvm.ops.read(hw, NVM_VERSION, 1, &fw_version); in e1000_get_fw_version() 1356 hw->nvm.ops.read(hw, NVM_VERSION, 1, &fw_version); in e1000_get_fw_version()
|
H A D | e1000_defines.h | 1084 #define NVM_VERSION 0x0005 macro
|
H A D | if_em.c | 5233 if(e1000_read_nvm(hw, NVM_VERSION, 1, &eep)) { in em_fw_version_locked()
|
/freebsd/sys/dev/igc/ |
H A D | igc_nvm.c | 769 hw->nvm.ops.read(hw, NVM_VERSION, 1, &fw_version); in igc_get_fw_version()
|
H A D | igc_defines.h | 971 #define NVM_VERSION 0x0005 macro
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-nvm-parse.c | 35 NVM_VERSION = 0, enumerator 1247 return le16_to_cpup(nvm_sw + NVM_VERSION);
|