Home
last modified time | relevance | path

Searched refs:E1000_EECD (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/intel/igb/
De1000_nvm.c20 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 …]
De1000_i210.c634 reg = rd32(E1000_EECD); in igb_pool_flash_update_done_i210()
655 eec = rd32(E1000_EECD); in igb_get_flash_presence_i210()
678 flup = rd32(E1000_EECD) | E1000_EECD_FLUPD_I210; in igb_update_flash_i210()
679 wr32(E1000_EECD, flup); in igb_update_flash_i210()
De1000_regs.h9 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
De1000_82575.c330 u32 eecd = rd32(E1000_EECD); in igb_init_nvm_params_82575()
1252 if (((rd32(E1000_EECD) & E1000_EECD_PRES) == 0) && in igb_get_cfg_done_82575()
1492 if ((rd32(E1000_EECD) & E1000_EECD_PRES) == 0) in igb_reset_hw_82575()
De1000_mac.c1341 if (rd32(E1000_EECD) & E1000_EECD_AUTO_RD) in igb_get_auto_rd_done()
Digb_ethtool.c491 regs_buff[12] = rd32(E1000_EECD); in igb_get_regs()
Digb_main.c3552 rd32(E1000_EECD) & E1000_EECD_PRES) || in igb_probe()
/Linux-v6.1/drivers/net/ethernet/intel/e1000e/
Dregs.h9 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
/Linux-v6.1/drivers/net/ethernet/intel/e1000/
De1000_hw.h782 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
1036 #define E1000_82542_EECD E1000_EECD