Searched refs:IGC_EECD (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_nvm.c | 97 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 D | igc_i225.c | 26 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 D | igc_regs.h | 12 #define IGC_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
|
| H A D | igc_mac.c | 1640 if (IGC_READ_REG(hw, IGC_EECD) & IGC_EECD_AUTO_RD) in igc_get_auto_rd_done_generic()
|