Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds