Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_nvm.c117 E1000_WRITE_REG(hw, E1000_EECD, *eecd); in e1000_raise_eec_clk()
132 E1000_WRITE_REG(hw, E1000_EECD, *eecd); in e1000_lower_eec_clk()
168 E1000_WRITE_REG(hw, E1000_EECD, eecd); in e1000_shift_out_eec_bits()
180 E1000_WRITE_REG(hw, E1000_EECD, eecd); in e1000_shift_out_eec_bits()
202 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_shift_in_eec_bits()
211 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_shift_in_eec_bits()
269 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_acquire_nvm_generic()
275 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_acquire_nvm_generic()
342 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_stop_nvm()
370 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_release_nvm_generic()
[all …]
H A De1000_82571.c208 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_init_nvm_params_82571()
241 E1000_WRITE_REG(hw, E1000_EECD, eecd); in e1000_init_nvm_params_82571()
847 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_FLUPD)) in e1000_update_nvm_checksum_82571()
865 eecd = E1000_READ_REG(hw, E1000_EECD) | E1000_EECD_FLUPD; in e1000_update_nvm_checksum_82571()
866 E1000_WRITE_REG(hw, E1000_EECD, eecd); in e1000_update_nvm_checksum_82571()
870 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_FLUPD)) in e1000_update_nvm_checksum_82571()
1151 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_reset_hw_82571()
1153 E1000_WRITE_REG(hw, E1000_EECD, eecd); in e1000_reset_hw_82571()
H A De1000_i210.c603 eec = E1000_READ_REG(hw, E1000_EECD); in e1000_get_flash_presence_i210()
629 flup = E1000_READ_REG(hw, E1000_EECD) | E1000_EECD_FLUPD_I210; in e1000_update_flash_i210()
630 E1000_WRITE_REG(hw, E1000_EECD, flup); in e1000_update_flash_i210()
655 reg = E1000_READ_REG(hw, E1000_EECD); in e1000_pool_flash_update_done_i210()
H A De1000_82575.c333 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_init_nvm_params_82575()
1001 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_acquire_nvm_82575()
1005 E1000_WRITE_REG(hw, E1000_EECD, eecd | in e1000_acquire_nvm_82575()
1012 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_acquire_nvm_82575()
1015 E1000_WRITE_REG(hw, E1000_EECD, eecd | in e1000_acquire_nvm_82575()
1154 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES) && in e1000_get_cfg_done_82575()
1472 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.c143 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_init_nvm_params_80003es2lan()
H A De1000_mac.c1792 if (E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_AUTO_RD) in e1000_get_auto_rd_done_generic()
H A De1000_ich8lan.c3497 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_valid_nvm_bank_detect_ich8lan()
6074 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES) && in e1000_get_cfg_done_ich8lan()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h568 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
702 #define E1000_82542_EECD E1000_EECD
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c279 {"EECD", E1000_EECD}, {"EERD", E1000_EERD}, in mac_dump()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c1811 case E1000_EECD: in e82545_write_register()
2008 case E1000_EECD: in e82545_read_register()