Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_nvm.c97 IGC_WRITE_REG(hw, IGC_EECD, *eecd); in igc_raise_eec_clk()
112 IGC_WRITE_REG(hw, IGC_EECD, *eecd); in igc_lower_eec_clk()
147 IGC_WRITE_REG(hw, IGC_EECD, eecd); in igc_shift_out_eec_bits()
159 IGC_WRITE_REG(hw, IGC_EECD, eecd); in igc_shift_out_eec_bits()
181 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_shift_in_eec_bits()
190 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_shift_in_eec_bits()
248 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_acquire_nvm_generic()
254 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_acquire_nvm_generic()
321 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_stop_nvm()
349 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_release_nvm_generic()
[all …]
H A Digc_i225.c26 u32 eecd = IGC_READ_REG(hw, IGC_EECD); in igc_init_nvm_params_i225()
794 eec = IGC_READ_REG(hw, IGC_EECD); in igc_get_flash_presence_i225()
902 flup = IGC_READ_REG(hw, IGC_EECD) | IGC_EECD_FLUPD_I225; in igc_update_flash_i225()
903 IGC_WRITE_REG(hw, IGC_EECD, flup); in igc_update_flash_i225()
917 if (IGC_READ_REG(hw, IGC_EECD) & IGC_EECD_SEC1VAL_I225) in igc_update_flash_i225()
982 reg = IGC_READ_REG(hw, IGC_EECD); in igc_pool_flash_update_done_i225()
H A Digc_regs.h12 #define IGC_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
H A Digc_mac.c1640 if (IGC_READ_REG(hw, IGC_EECD) & IGC_EECD_AUTO_RD) in igc_get_auto_rd_done_generic()