Searched refs:NVM_INIT_CONTROL2_REG (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | manage.c | 315 ret_val = e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &data); in e1000e_enable_mng_pass_thru()
|
H A D | defines.h | 613 #define NVM_INIT_CONTROL2_REG 0x000F macro
|
H A D | mac.c | 641 ret_val = e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &nvm_data); in e1000_set_default_fc_generic()
|
H A D | 82571.c | 1323 e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &data); in e1000_check_mng_mode_82574()
|
H A D | netdev.c | 7259 ret_val = e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &buf); in e1000_eeprom_checks()
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_defines.h | 754 #define NVM_INIT_CONTROL2_REG 0x000F macro
|
H A D | e1000_mac.c | 809 ret_val = hw->nvm.ops.read(hw, NVM_INIT_CONTROL2_REG + lan_offset, in igb_set_default_fc()
|