/titanic_50/usr/src/uts/common/io/igb/ |
H A D | igb_stat.c | 96 igb_ks->gprc.value.ul += E1000_READ_REG(hw, E1000_GPRC); in igb_update_stats() 97 igb_ks->gptc.value.ul += E1000_READ_REG(hw, E1000_GPTC); in igb_update_stats() 98 igb_ks->prc64.value.ul += E1000_READ_REG(hw, E1000_PRC64); in igb_update_stats() 99 igb_ks->prc127.value.ul += E1000_READ_REG(hw, E1000_PRC127); in igb_update_stats() 100 igb_ks->prc255.value.ul += E1000_READ_REG(hw, E1000_PRC255); in igb_update_stats() 101 igb_ks->prc511.value.ul += E1000_READ_REG(hw, E1000_PRC511); in igb_update_stats() 102 igb_ks->prc1023.value.ul += E1000_READ_REG(hw, E1000_PRC1023); in igb_update_stats() 103 igb_ks->prc1522.value.ul += E1000_READ_REG(hw, E1000_PRC1522); in igb_update_stats() 104 igb_ks->ptc64.value.ul += E1000_READ_REG(hw, E1000_PTC64); in igb_update_stats() 105 igb_ks->ptc127.value.ul += E1000_READ_REG(hw, E1000_PTC127); in igb_update_stats() [all …]
|
H A D | igb_gld.c | 59 igb->stat_mprc += E1000_READ_REG(hw, E1000_MPRC); in igb_m_stat() 64 igb->stat_bprc += E1000_READ_REG(hw, E1000_BPRC); in igb_m_stat() 69 igb->stat_mptc += E1000_READ_REG(hw, E1000_MPTC); in igb_m_stat() 74 igb->stat_bptc += E1000_READ_REG(hw, E1000_BPTC); in igb_m_stat() 79 igb->stat_rnbc += E1000_READ_REG(hw, E1000_RNBC); in igb_m_stat() 84 igb->stat_rxerrc += E1000_READ_REG(hw, E1000_RXERRC); in igb_m_stat() 85 igb->stat_algnerrc += E1000_READ_REG(hw, E1000_ALGNERRC); in igb_m_stat() 87 E1000_READ_REG(hw, E1000_RLEC); in igb_m_stat() 88 igb->stat_crcerrs += E1000_READ_REG(hw, E1000_CRCERRS); in igb_m_stat() 89 igb->stat_cexterr += E1000_READ_REG(hw, E1000_CEXTERR); in igb_m_stat() [all …]
|
H A D | igb_main.c | 1349 pba = E1000_READ_REG(hw, E1000_RXPBS); in igb_init_adapter() 1355 pba = E1000_READ_REG(hw, E1000_RXPBS); in igb_init_adapter() 1370 pba = E1000_READ_REG(hw, E1000_PBA); in igb_init_adapter() 2143 rxdctl = E1000_READ_REG(hw, E1000_RXDCTL(rx_ring->index)); in igb_setup_rx_ring() 2173 rctl = E1000_READ_REG(hw, E1000_RCTL); in igb_setup_rx() 2277 (E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_RCV_TCO_EN)) { in igb_setup_rx() 2343 reg_val = E1000_READ_REG(hw, in igb_setup_tx_ring() 2365 reg_val = E1000_READ_REG(hw, E1000_TXDCTL(tx_ring->index)); in igb_setup_tx_ring() 2391 reg_val = E1000_READ_REG(hw, E1000_TCTL); in igb_setup_tx() 2464 rxcsum = E1000_READ_REG(hw, E1000_RXCSUM); in igb_setup_rss() [all …]
|
H A D | e1000_osdep.h | 111 #define E1000_WRITE_FLUSH(a) (void) E1000_READ_REG(a, E1000_STATUS) 117 #define E1000_READ_REG(hw, reg) \ macro
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_stat.c | 215 e1000g_ksp->Mpc.value.ul += E1000_READ_REG(hw, E1000_MPC); in e1000g_update_stats() 216 e1000g_ksp->Rlec.value.ul += E1000_READ_REG(hw, E1000_RLEC); in e1000g_update_stats() 217 e1000g_ksp->Xonrxc.value.ul += E1000_READ_REG(hw, E1000_XONRXC); in e1000g_update_stats() 218 e1000g_ksp->Xontxc.value.ul += E1000_READ_REG(hw, E1000_XONTXC); in e1000g_update_stats() 219 e1000g_ksp->Xoffrxc.value.ul += E1000_READ_REG(hw, E1000_XOFFRXC); in e1000g_update_stats() 220 e1000g_ksp->Xofftxc.value.ul += E1000_READ_REG(hw, E1000_XOFFTXC); in e1000g_update_stats() 221 e1000g_ksp->Fcruc.value.ul += E1000_READ_REG(hw, E1000_FCRUC); in e1000g_update_stats() 228 E1000_READ_REG(hw, E1000_SYMERRS); in e1000g_update_stats() 231 E1000_READ_REG(hw, E1000_PRC64); in e1000g_update_stats() 233 E1000_READ_REG(hw, E1000_PRC127); in e1000g_update_stats() [all …]
|
H A D | e1000g_workarounds.c | 101 if (E1000_READ_REG(hw, E1000_TDT(0)) != in e1000_fifo_workaround_82547() 102 E1000_READ_REG(hw, E1000_TDH(0))) { in e1000_fifo_workaround_82547() 107 if (E1000_READ_REG(hw, E1000_TDFT) != E1000_READ_REG(hw, E1000_TDFH)) { in e1000_fifo_workaround_82547() 112 if (E1000_READ_REG(hw, E1000_TDFTS) != in e1000_fifo_workaround_82547() 113 E1000_READ_REG(hw, E1000_TDFHS)) { in e1000_fifo_workaround_82547() 119 tctl = E1000_READ_REG(hw, E1000_TCTL); in e1000_fifo_workaround_82547()
|
H A D | e1000g_rx.c | 246 size = E1000_READ_REG(hw, E1000_RDLEN(0)); in e1000g_rx_setup() 322 rxdctl = E1000_READ_REG(hw, E1000_RXDCTL(0)); in e1000g_rx_setup() 370 reg_val = E1000_READ_REG(hw, E1000_RFCTL); in e1000g_rx_setup() 930 rctl = E1000_READ_REG(hw, E1000_RCTL); in e1000g_flush_rx_ring() 935 rxdctl = E1000_READ_REG(hw, E1000_RXDCTL(0)); in e1000g_flush_rx_ring()
|
H A D | e1000g_main.c | 1474 pba = E1000_READ_REG(hw, E1000_PBA); in e1000g_init() 1721 if ((E1000_READ_REG(hw, E1000_STATUS) & in e1000g_link_up() 1733 link_up = (E1000_READ_REG(hw, E1000_STATUS) & in e1000g_link_up() 1991 fext_nvm11 = E1000_READ_REG(hw, E1000_FEXTNVM11); in e1000g_flush_desc_rings() 1996 tdlen = E1000_READ_REG(hw, E1000_TDLEN(0)); in e1000g_flush_desc_rings() 2306 icr = E1000_READ_REG(&Adapter->shared, E1000_ICR); in e1000g_intr_pciexpress() 2344 icr = E1000_READ_REG(&Adapter->shared, E1000_ICR); in e1000g_intr() 2497 uint32_t rctl = E1000_READ_REG(hw, E1000_RCTL); in e1000g_intr_work() 2543 locked = E1000_READ_REG(hw, E1000_FWSM) & in e1000g_init_unicst() 2838 rctl = E1000_READ_REG(&Adapter->shared, E1000_RCTL); in e1000g_m_promisc() [all …]
|
H A D | e1000_osdep.h | 106 #define E1000_WRITE_FLUSH(a) (void)E1000_READ_REG(a, E1000_STATUS) 136 #define E1000_READ_REG(hw, reg) (\ macro
|
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | e1000_82571.c | 208 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_init_nvm_params_82571() 379 mac->arc_subsystem_valid = !!(E1000_READ_REG(hw, E1000_FWSM) & in e1000_init_mac_params_82571() 407 swsm2 = E1000_READ_REG(hw, E1000_SWSM2); in e1000_init_mac_params_82571() 425 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_init_mac_params_82571() 535 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_get_hw_semaphore_82571() 549 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_get_hw_semaphore_82571() 553 if (E1000_READ_REG(hw, E1000_SWSM) & E1000_SWSM_SWESMBI) in e1000_get_hw_semaphore_82571() 581 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_put_hw_semaphore_82571() 602 extcnf_ctrl = E1000_READ_REG(hw, E1000_EXTCNF_CTRL); in e1000_get_hw_semaphore_82573() 606 extcnf_ctrl = E1000_READ_REG(hw, E1000_EXTCNF_CTRL); in e1000_get_hw_semaphore_82573() [all …]
|
H A D | e1000_mac.c | 181 u32 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_get_bus_info_pci_generic() 286 reg = E1000_READ_REG(hw, E1000_STATUS); in e1000_set_lan_id_multi_port_pcie() 304 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_set_lan_id_multi_port_pci() 662 E1000_READ_REG(hw, E1000_CRCERRS); in e1000_clear_hw_cntrs_base_generic() 663 E1000_READ_REG(hw, E1000_SYMERRS); in e1000_clear_hw_cntrs_base_generic() 664 E1000_READ_REG(hw, E1000_MPC); in e1000_clear_hw_cntrs_base_generic() 665 E1000_READ_REG(hw, E1000_SCC); in e1000_clear_hw_cntrs_base_generic() 666 E1000_READ_REG(hw, E1000_ECOL); in e1000_clear_hw_cntrs_base_generic() 667 E1000_READ_REG(hw, E1000_MCC); in e1000_clear_hw_cntrs_base_generic() 668 E1000_READ_REG(hw, E1000_LATECOL); in e1000_clear_hw_cntrs_base_generic() [all …]
|
H A D | e1000_82540.c | 120 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_init_nvm_params_82540() 290 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_82540() 312 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_reset_hw_82540() 317 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82540() 375 txdctl = E1000_READ_REG(hw, E1000_TXDCTL(0)); in e1000_init_hw_82540() 390 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_init_hw_82540() 419 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_setup_copper_link_82540() 634 if (!(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_SMBUS_EN)) in e1000_power_down_phy_copper_82540() 652 E1000_READ_REG(hw, E1000_PRC64); in e1000_clear_hw_cntrs_82540() 653 E1000_READ_REG(hw, E1000_PRC127); in e1000_clear_hw_cntrs_82540() [all …]
|
H A D | e1000_80003es2lan.c | 143 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_init_nvm_params_80003es2lan() 227 mac->arc_subsystem_valid = !!(E1000_READ_REG(hw, E1000_FWSM) & in e1000_init_mac_params_80003es2lan() 416 swfw_sync = E1000_READ_REG(hw, E1000_SW_FW_SYNC); in e1000_acquire_swfw_sync_80003es2lan() 458 swfw_sync = E1000_READ_REG(hw, E1000_SW_FW_SYNC); in e1000_release_swfw_sync_80003es2lan() 642 if (E1000_READ_REG(hw, E1000_EEMNGCTL) & mask) in e1000_get_cfg_done_80003es2lan() 843 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_80003es2lan() 873 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_80003es2lan() 934 reg_data = E1000_READ_REG(hw, E1000_TXDCTL(0)); in e1000_init_hw_80003es2lan() 940 reg_data = E1000_READ_REG(hw, E1000_TXDCTL(1)); in e1000_init_hw_80003es2lan() 946 reg_data = E1000_READ_REG(hw, E1000_TCTL); in e1000_init_hw_80003es2lan() [all …]
|
H A D | e1000_82575.c | 143 reg = E1000_READ_REG(hw, E1000_MDIC); in e1000_sgmii_uses_mdio_82575() 151 reg = E1000_READ_REG(hw, E1000_MDICNFG); in e1000_sgmii_uses_mdio_82575() 192 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_init_phy_params_82575() 333 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_init_nvm_params_82575() 451 !!(E1000_READ_REG(hw, E1000_FWSM) & E1000_FWSM_MODE_MASK); in e1000_init_mac_params_82575() 692 mdic = E1000_READ_REG(hw, E1000_MDIC); in e1000_get_phy_id_82575() 701 mdic = E1000_READ_REG(hw, E1000_MDICNFG); in e1000_get_phy_id_82575() 715 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_get_phy_id_82575() 904 data = E1000_READ_REG(hw, E1000_82580_PHY_POWER_MGMT); in e1000_set_d0_lplu_state_82580() 951 data = E1000_READ_REG(hw, E1000_82580_PHY_POWER_MGMT); in e1000_set_d3_lplu_state_82580() [all …]
|
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() 113 u32 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_check_mng_mode_generic() 327 hicr = E1000_READ_REG(hw, E1000_HICR); in e1000_mng_write_dhcp_info_generic() 350 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_enable_mng_pass_thru() 356 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_enable_mng_pass_thru() 357 factps = E1000_READ_REG(hw, E1000_FACTPS); in e1000_enable_mng_pass_thru() 368 factps = E1000_READ_REG(hw, E1000_FACTPS); in e1000_enable_mng_pass_thru() 417 hicr = E1000_READ_REG(hw, E1000_HICR); in e1000_host_interface_command() 437 hicr = E1000_READ_REG(hw, E1000_HICR); in e1000_host_interface_command() [all …]
|
H A D | e1000_82543.c | 644 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_shift_out_mdi_bits_82543() 697 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_shift_in_mdi_bits_82543() 720 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_shift_in_mdi_bits_82543() 872 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_phy_hw_reset_82543() 923 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_82543() 945 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82543() 986 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_init_hw_82543() 1068 ctrl = E1000_READ_REG(hw, E1000_CTRL) | E1000_CTRL_SLU; in e1000_setup_copper_link_82543() 1155 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_setup_fiber_link_82543() 1177 if (!(E1000_READ_REG(hw, E1000_CTRL) & E1000_CTRL_SWDPIN1)) in e1000_setup_fiber_link_82543() [all …]
|
H A D | e1000_82542.c | 218 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_82542() 227 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82542() 289 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_init_hw_82542() 375 u32 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_led_on_82542() 394 u32 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_led_off_82542() 548 E1000_READ_REG(hw, E1000_PRC64); in e1000_clear_hw_cntrs_82542() 549 E1000_READ_REG(hw, E1000_PRC127); in e1000_clear_hw_cntrs_82542() 550 E1000_READ_REG(hw, E1000_PRC255); in e1000_clear_hw_cntrs_82542() 551 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82542() 552 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_82542() [all …]
|
H A D | e1000_82541.c | 132 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_init_nvm_params_82541() 315 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_82541() 344 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_reset_hw_82541() 352 ledctl = E1000_READ_REG(hw, E1000_LEDCTL); in e1000_reset_hw_82541() 363 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82541() 419 txdctl = E1000_READ_REG(hw, E1000_TXDCTL(0)); in e1000_init_hw_82541() 514 ledctl = E1000_READ_REG(hw, E1000_LEDCTL); in e1000_phy_hw_reset_82541() 542 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_setup_copper_link_82541() 566 ledctl = E1000_READ_REG(hw, E1000_LEDCTL); in e1000_setup_copper_link_82541() 1231 if (!(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_SMBUS_EN)) in e1000_power_down_phy_copper_82541() [all …]
|
H A D | e1000_ich8lan.c | 249 if (!(E1000_READ_REG(hw, E1000_FWSM) & in e1000_phy_is_accessible_pchlan() 257 mac_reg = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_phy_is_accessible_pchlan() 280 mac_reg = E1000_READ_REG(hw, E1000_FEXTNVM3); in e1000_toggle_lanphypc_pch_lpt() 286 mac_reg = E1000_READ_REG(hw, E1000_CTRL); in e1000_toggle_lanphypc_pch_lpt() 303 } while (!(E1000_READ_REG(hw, E1000_CTRL_EXT) & in e1000_toggle_lanphypc_pch_lpt() 319 u32 mac_reg, fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_init_phy_workarounds_pchlan() 354 mac_reg = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_init_phy_workarounds_pchlan() 390 mac_reg = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_init_phy_workarounds_pchlan() 653 (((E1000_READ_REG(hw, E1000_STRAP) >> 1) & 0x1F) + 1) in e1000_init_nvm_params_ich8lan() 1010 u32 fextnvm6 = E1000_READ_REG(hw, E1000_FEXTNVM6); in e1000_k1_workaround_lpt_lp() [all …]
|
H A D | e1000_i210.c | 104 swfw_sync = E1000_READ_REG(hw, E1000_SW_FW_SYNC); in e1000_acquire_swfw_sync_i210() 149 swfw_sync = E1000_READ_REG(hw, E1000_SW_FW_SYNC); in e1000_release_swfw_sync_i210() 172 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_get_hw_semaphore_i210() 188 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_get_hw_semaphore_i210() 205 swsm = E1000_READ_REG(hw, E1000_SWSM); in e1000_get_hw_semaphore_i210() 209 if (E1000_READ_REG(hw, E1000_SWSM) & E1000_SWSM_SWESMBI) in e1000_get_hw_semaphore_i210() 351 E1000_READ_REG(hw, E1000_SRWR)) { in e1000_write_nvm_srwr() 386 invm_dword = E1000_READ_REG(hw, E1000_INVM_DATA_REG(i)); in e1000_read_invm_word_i210() 603 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() [all …]
|
H A D | e1000_nvm.c | 150 u32 eecd = E1000_READ_REG(hw, E1000_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() 240 reg = E1000_READ_REG(hw, E1000_EERD); in e1000_poll_eerd_eewr_done() 242 reg = E1000_READ_REG(hw, E1000_EEWR); in e1000_poll_eerd_eewr_done() 263 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_acquire_nvm_generic() 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() 298 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_standby_nvm() 342 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_stop_nvm() [all …]
|
H A D | e1000_mbx.c | 324 u32 v2p_mailbox = E1000_READ_REG(hw, E1000_V2PMAILBOX(0)); in e1000_read_v2p_mailbox() 561 u32 mbvficr = E1000_READ_REG(hw, E1000_MBVFICR); in e1000_check_for_bit_pf() 623 u32 vflre = E1000_READ_REG(hw, E1000_VFLRE); in e1000_check_for_rst_pf() 658 p2v_mailbox = E1000_READ_REG(hw, E1000_P2VMAILBOX(vf_number)); in e1000_obtain_mbx_lock_pf()
|
H A D | e1000_vf.c | 228 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_get_link_up_info_vf() 269 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_vf() 554 if (!(E1000_READ_REG(hw, E1000_STATUS) & E1000_STATUS_LU)) in e1000_check_for_link_vf()
|
H A D | e1000_phy.c | 205 manc = E1000_READ_REG(hw, E1000_MANC); in e1000_check_reset_block_generic() 312 mdic = E1000_READ_REG(hw, E1000_MDIC); in e1000_read_phy_reg_mdic() 378 mdic = E1000_READ_REG(hw, E1000_MDIC); in e1000_write_phy_reg_mdic() 435 i2ccmd = E1000_READ_REG(hw, E1000_I2CCMD); in e1000_read_phy_reg_i2c() 494 i2ccmd = E1000_READ_REG(hw, E1000_I2CCMD); in e1000_write_phy_reg_i2c() 548 data_local = E1000_READ_REG(hw, E1000_I2CCMD); in e1000_read_sfp_data_byte() 608 i2ccmd = E1000_READ_REG(hw, E1000_I2CCMD); in e1000_write_sfp_data_byte() 893 kmrnctrlsta = E1000_READ_REG(hw, E1000_KMRNCTRLSTA); in __e1000_read_kmrn_reg() 2024 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_phy_force_speed_duplex_setup() 2868 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_phy_hw_reset_generic() [all …]
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 153 #define E1000_READ_REG(a, reg) ( \ macro 168 #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} 252 eecd = E1000_READ_REG(hw, EECD); in e1000_shift_out_ee_bits() 306 eecd = E1000_READ_REG(hw, EECD); in e1000_shift_in_ee_bits() 315 eecd = E1000_READ_REG(hw, EECD); in e1000_shift_in_ee_bits() 341 eecd = E1000_READ_REG(hw, EECD); in e1000_acquire_eeprom() 347 eecd = E1000_READ_REG(hw, EECD); in e1000_acquire_eeprom() 352 eecd = E1000_READ_REG(hw, EECD); in e1000_acquire_eeprom() 393 eecd = E1000_READ_REG(hw, EECD); in e1000_standby_eeprom() 443 eecd = E1000_READ_REG(hw, EECD); in e1000_release_eeprom() [all …]
|