Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A 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()
H A Digc_i225.c357 reg = rd32(IGC_EECD); in igc_pool_flash_update_done_i225()
383 flup = rd32(IGC_EECD) | IGC_EECD_FLUPD_I225; in igc_update_flash_i225()
384 wr32(IGC_EECD, flup); in igc_update_flash_i225()
464 eec = rd32(IGC_EECD); in igc_get_flash_presence_i225()
H A Digc_regs.h10 #define IGC_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
H A Digc_base.c68 u32 eecd = rd32(IGC_EECD); in igc_init_nvm_params_base()
H A Digc_mac.c656 if (rd32(IGC_EECD) & IGC_EECD_AUTO_RD) in igc_get_auto_rd_done()
H A Digc_ethtool.c187 regs_buff[5] = rd32(IGC_EECD); in igc_ethtool_get_regs()