Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc_nvm.c49 u32 eecd = rd32(IGC_EECD); in igc_acquire_nvm()
52 wr32(IGC_EECD, eecd | IGC_EECD_REQ); in igc_acquire_nvm()
53 eecd = rd32(IGC_EECD); in igc_acquire_nvm()
59 eecd = rd32(IGC_EECD); in igc_acquire_nvm()
65 wr32(IGC_EECD, eecd); in igc_acquire_nvm()
83 eecd = rd32(IGC_EECD); in igc_release_nvm()
85 wr32(IGC_EECD, eecd); in igc_release_nvm()
Digc_i225.c356 reg = rd32(IGC_EECD); in igc_pool_flash_update_done_i225()
382 flup = rd32(IGC_EECD) | IGC_EECD_FLUPD_I225; in igc_update_flash_i225()
383 wr32(IGC_EECD, flup); in igc_update_flash_i225()
463 eec = rd32(IGC_EECD); in igc_get_flash_presence_i225()
Digc_regs.h10 #define IGC_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
Digc_base.c68 u32 eecd = rd32(IGC_EECD); in igc_init_nvm_params_base()
Digc_mac.c656 if (rd32(IGC_EECD) & IGC_EECD_AUTO_RD) in igc_get_auto_rd_done()
Digc_ethtool.c186 regs_buff[5] = rd32(IGC_EECD); in igc_ethtool_get_regs()