Searched refs:E1000_EECD (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A De1000_nvm.c39 wr32(E1000_EECD, *eecd); igb_raise_eec_clk()
54 wr32(E1000_EECD, *eecd); igb_lower_eec_clk()
72 u32 eecd = rd32(E1000_EECD); igb_shift_out_eec_bits()
85 wr32(E1000_EECD, eecd); igb_shift_out_eec_bits()
97 wr32(E1000_EECD, eecd); igb_shift_out_eec_bits()
117 eecd = rd32(E1000_EECD); igb_shift_in_eec_bits()
126 eecd = rd32(E1000_EECD); igb_shift_in_eec_bits()
179 u32 eecd = rd32(E1000_EECD); igb_acquire_nvm()
184 wr32(E1000_EECD, eecd | E1000_EECD_REQ); igb_acquire_nvm()
185 eecd = rd32(E1000_EECD); igb_acquire_nvm()
191 eecd = rd32(E1000_EECD); igb_acquire_nvm()
197 wr32(E1000_EECD, eecd); igb_acquire_nvm()
214 u32 eecd = rd32(E1000_EECD); igb_standby_nvm()
219 wr32(E1000_EECD, eecd); igb_standby_nvm()
223 wr32(E1000_EECD, eecd); igb_standby_nvm()
239 eecd = rd32(E1000_EECD); e1000_stop_nvm()
259 eecd = rd32(E1000_EECD); igb_release_nvm()
261 wr32(E1000_EECD, eecd); igb_release_nvm()
273 u32 eecd = rd32(E1000_EECD); igb_ready_nvm_eeprom()
282 wr32(E1000_EECD, eecd); igb_ready_nvm_eeprom()
H A De1000_i210.c653 reg = rd32(E1000_EECD); igb_pool_flash_update_done_i210()
674 eec = rd32(E1000_EECD); igb_get_flash_presence_i210()
697 flup = rd32(E1000_EECD) | E1000_EECD_FLUPD_I210; igb_update_flash_i210()
698 wr32(E1000_EECD, flup); igb_update_flash_i210()
H A De1000_regs.h29 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
H A De1000_82575.c319 u32 eecd = rd32(E1000_EECD); igb_init_nvm_params_82575()
1236 if (((rd32(E1000_EECD) & E1000_EECD_PRES) == 0) && igb_get_cfg_done_82575()
1476 if ((rd32(E1000_EECD) & E1000_EECD_PRES) == 0) igb_reset_hw_82575()
H A De1000_mac.c1262 if (rd32(E1000_EECD) & E1000_EECD_AUTO_RD) igb_get_auto_rd_done()
H A Digb_ethtool.c476 regs_buff[12] = rd32(E1000_EECD); igb_get_regs()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
H A Dregs.h27 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h807 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
1061 #define E1000_82542_EECD E1000_EECD

Completed in 461 milliseconds