Searched refs:E1000_HICR (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_manage.c | 83 hicr = E1000_READ_REG(hw, E1000_HICR); in e1000_mng_enable_host_if_generic() 90 hicr = E1000_READ_REG(hw, E1000_HICR); in e1000_mng_enable_host_if_generic() 327 hicr = E1000_READ_REG(hw, E1000_HICR); in e1000_mng_write_dhcp_info_generic() 328 E1000_WRITE_REG(hw, E1000_HICR, hicr | E1000_HICR_C); in e1000_mng_write_dhcp_info_generic() 417 hicr = E1000_READ_REG(hw, E1000_HICR); in e1000_host_interface_command() 434 E1000_WRITE_REG(hw, E1000_HICR, hicr | E1000_HICR_C); in e1000_host_interface_command() 437 hicr = E1000_READ_REG(hw, E1000_HICR); in e1000_host_interface_command() 445 (!(E1000_READ_REG(hw, E1000_HICR) & E1000_HICR_SV))) { in e1000_host_interface_command() 479 hicr = E1000_READ_REG(hw, E1000_HICR); in e1000_load_firmware() 498 hicr = E1000_READ_REG(hw, E1000_HICR); in e1000_load_firmware() [all …]
|
H A D | e1000_regs.h | 534 #define E1000_HICR 0x08F00 /* Host Interface Control */ macro
|
H A D | e1000_82571.c | 859 E1000_WRITE_REG(hw, E1000_HICR, E1000_HICR_FW_RESET_ENABLE); in e1000_update_nvm_checksum_82571() 861 E1000_WRITE_REG(hw, E1000_HICR, E1000_HICR_FW_RESET); in e1000_update_nvm_checksum_82571()
|