Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_nvm.c124 E1000_WRITE_REG(hw, E1000_EECD, *eecd); in e1000_raise_eec_clk()
139 E1000_WRITE_REG(hw, E1000_EECD, *eecd); in e1000_lower_eec_clk()
157 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_shift_out_eec_bits()
175 E1000_WRITE_REG(hw, E1000_EECD, eecd); in e1000_shift_out_eec_bits()
187 E1000_WRITE_REG(hw, E1000_EECD, eecd); in e1000_shift_out_eec_bits()
209 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_shift_in_eec_bits()
218 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_shift_in_eec_bits()
270 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_acquire_nvm_generic()
275 E1000_WRITE_REG(hw, E1000_EECD, eecd | E1000_EECD_REQ); in e1000_acquire_nvm_generic()
276 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_acquire_nvm_generic()
[all …]
H A De1000_82571.c204 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_init_nvm_params_82571()
237 E1000_WRITE_REG(hw, E1000_EECD, eecd); in e1000_init_nvm_params_82571()
731 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_FLUPD)) in e1000_update_nvm_checksum_82571()
749 eecd = E1000_READ_REG(hw, E1000_EECD) | E1000_EECD_FLUPD; in e1000_update_nvm_checksum_82571()
750 E1000_WRITE_REG(hw, E1000_EECD, eecd); in e1000_update_nvm_checksum_82571()
754 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_FLUPD)) in e1000_update_nvm_checksum_82571()
1030 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_reset_hw_82571()
1032 E1000_WRITE_REG(hw, E1000_EECD, eecd); in e1000_reset_hw_82571()
H A De1000_i210.c558 eec = E1000_READ_REG(hw, E1000_EECD); in e1000_get_flash_presence_i210()
584 flup = E1000_READ_REG(hw, E1000_EECD) | E1000_EECD_FLUPD_I210; in e1000_update_flash_i210()
585 E1000_WRITE_REG(hw, E1000_EECD, flup); in e1000_update_flash_i210()
610 reg = E1000_READ_REG(hw, E1000_EECD); in e1000_pool_flash_update_done_i210()
H A De1000_82575.c443 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_init_nvm_params_82575()
948 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_acquire_nvm_82575()
952 E1000_WRITE_REG(hw, E1000_EECD, eecd | in e1000_acquire_nvm_82575()
959 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_acquire_nvm_82575()
962 E1000_WRITE_REG(hw, E1000_EECD, eecd | in e1000_acquire_nvm_82575()
1025 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES) && in e1000_get_cfg_done_82575()
1343 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES)) in e1000_reset_hw_82575()
H A De1000_regs.h41 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
H A De1000_82540.c120 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_init_nvm_params_82540()
H A De1000_82541.c132 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_init_nvm_params_82541()
H A De1000_80003es2lan.c141 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_init_nvm_params_80003es2lan()
H A De1000_mac.c1729 if (E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_AUTO_RD) in e1000_get_auto_rd_done_generic()
H A De1000_ich8lan.c3478 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_valid_nvm_bank_detect_ich8lan()
6069 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES) && in e1000_get_cfg_done_ich8lan()