Home
last modified time | relevance | path

Searched refs:NVM_INIT_CONTROL2_REG (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c315 ret_val = e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &data); in e1000e_enable_mng_pass_thru()
H A Ddefines.h613 #define NVM_INIT_CONTROL2_REG 0x000F macro
H A Dmac.c641 ret_val = e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &nvm_data); in e1000_set_default_fc_generic()
H A D82571.c1323 e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &data); in e1000_check_mng_mode_82574()
H A Dnetdev.c7259 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 De1000_defines.h754 #define NVM_INIT_CONTROL2_REG 0x000F macro
H A De1000_mac.c809 ret_val = hw->nvm.ops.read(hw, NVM_INIT_CONTROL2_REG + lan_offset, in igb_set_default_fc()