Searched refs:E1000_EECD (Results 1 – 8 of 8) sorted by relevance
20 wr32(E1000_EECD, *eecd); in igb_raise_eec_clk()35 wr32(E1000_EECD, *eecd); in igb_lower_eec_clk()53 u32 eecd = rd32(E1000_EECD); in igb_shift_out_eec_bits()66 wr32(E1000_EECD, eecd); in igb_shift_out_eec_bits()78 wr32(E1000_EECD, eecd); in igb_shift_out_eec_bits()98 eecd = rd32(E1000_EECD); in igb_shift_in_eec_bits()107 eecd = rd32(E1000_EECD); in igb_shift_in_eec_bits()160 u32 eecd = rd32(E1000_EECD); in igb_acquire_nvm()165 wr32(E1000_EECD, eecd | E1000_EECD_REQ); in igb_acquire_nvm()166 eecd = rd32(E1000_EECD); in igb_acquire_nvm()[all …]
633 reg = rd32(E1000_EECD); in igb_pool_flash_update_done_i210()654 eec = rd32(E1000_EECD); in igb_get_flash_presence_i210()677 flup = rd32(E1000_EECD) | E1000_EECD_FLUPD_I210; in igb_update_flash_i210()678 wr32(E1000_EECD, flup); in igb_update_flash_i210()
9 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
330 u32 eecd = rd32(E1000_EECD); in igb_init_nvm_params_82575()1256 if (((rd32(E1000_EECD) & E1000_EECD_PRES) == 0) && in igb_get_cfg_done_82575()1496 if ((rd32(E1000_EECD) & E1000_EECD_PRES) == 0) in igb_reset_hw_82575()
1312 if (rd32(E1000_EECD) & E1000_EECD_AUTO_RD) in igb_get_auto_rd_done()
482 regs_buff[12] = rd32(E1000_EECD); in igb_get_regs()
782 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro1036 #define E1000_82542_EECD E1000_EECD