Lines Matching refs:E1000_READ_REG

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()
1001 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_acquire_nvm_82575()
1012 u32 eecd = E1000_READ_REG(hw, E1000_EECD); in e1000_acquire_nvm_82575()
1069 swfw_sync = E1000_READ_REG(hw, E1000_SW_FW_SYNC); in e1000_acquire_swfw_sync_82575()
1114 swfw_sync = E1000_READ_REG(hw, E1000_SW_FW_SYNC); in e1000_release_swfw_sync_82575()
1145 if (E1000_READ_REG(hw, E1000_EEMNGCTL) & mask) in e1000_get_cfg_done_82575()
1154 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES) && in e1000_get_cfg_done_82575()
1305 reg = E1000_READ_REG(hw, E1000_PCS_CFG0); in e1000_power_up_serdes_link_82575()
1310 reg = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_power_up_serdes_link_82575()
1342 pcs = E1000_READ_REG(hw, E1000_PCS_LSTAT); in e1000_get_pcs_speed_and_duplex_82575()
1366 status = E1000_READ_REG(hw, E1000_STATUS); in e1000_get_pcs_speed_and_duplex_82575()
1404 reg = E1000_READ_REG(hw, E1000_PCS_CFG0); in e1000_shutdown_serdes_link_82575()
1409 reg = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_shutdown_serdes_link_82575()
1456 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_82575()
1472 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES)) in e1000_reset_hw_82575()
1477 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82575()
1556 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_setup_copper_link_82575()
1567 phpm_reg = E1000_READ_REG(hw, E1000_82580_PHY_POWER_MGMT); in e1000_setup_copper_link_82575()
1656 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_setup_serdes_link_82575()
1660 ctrl_reg = E1000_READ_REG(hw, E1000_CTRL); in e1000_setup_serdes_link_82575()
1667 reg = E1000_READ_REG(hw, E1000_PCS_LCTL); in e1000_setup_serdes_link_82575()
1729 anadv_reg = E1000_READ_REG(hw, E1000_PCS_ANADV); in e1000_setup_serdes_link_82575()
1789 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_get_media_type_82575()
1866 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_set_sfp_media_type_82575()
2043 tctl_ext = E1000_READ_REG(hw, E1000_TCTL_EXT); in e1000_config_collision_dist_82575()
2085 E1000_READ_REG(hw, E1000_PRC64); in e1000_clear_hw_cntrs_82575()
2086 E1000_READ_REG(hw, E1000_PRC127); in e1000_clear_hw_cntrs_82575()
2087 E1000_READ_REG(hw, E1000_PRC255); in e1000_clear_hw_cntrs_82575()
2088 E1000_READ_REG(hw, E1000_PRC511); in e1000_clear_hw_cntrs_82575()
2089 E1000_READ_REG(hw, E1000_PRC1023); in e1000_clear_hw_cntrs_82575()
2090 E1000_READ_REG(hw, E1000_PRC1522); in e1000_clear_hw_cntrs_82575()
2091 E1000_READ_REG(hw, E1000_PTC64); in e1000_clear_hw_cntrs_82575()
2092 E1000_READ_REG(hw, E1000_PTC127); in e1000_clear_hw_cntrs_82575()
2093 E1000_READ_REG(hw, E1000_PTC255); in e1000_clear_hw_cntrs_82575()
2094 E1000_READ_REG(hw, E1000_PTC511); in e1000_clear_hw_cntrs_82575()
2095 E1000_READ_REG(hw, E1000_PTC1023); in e1000_clear_hw_cntrs_82575()
2096 E1000_READ_REG(hw, E1000_PTC1522); in e1000_clear_hw_cntrs_82575()
2098 E1000_READ_REG(hw, E1000_ALGNERRC); in e1000_clear_hw_cntrs_82575()
2099 E1000_READ_REG(hw, E1000_RXERRC); in e1000_clear_hw_cntrs_82575()
2100 E1000_READ_REG(hw, E1000_TNCRS); in e1000_clear_hw_cntrs_82575()
2101 E1000_READ_REG(hw, E1000_CEXTERR); in e1000_clear_hw_cntrs_82575()
2102 E1000_READ_REG(hw, E1000_TSCTC); in e1000_clear_hw_cntrs_82575()
2103 E1000_READ_REG(hw, E1000_TSCTFC); in e1000_clear_hw_cntrs_82575()
2105 E1000_READ_REG(hw, E1000_MGTPRC); in e1000_clear_hw_cntrs_82575()
2106 E1000_READ_REG(hw, E1000_MGTPDC); in e1000_clear_hw_cntrs_82575()
2107 E1000_READ_REG(hw, E1000_MGTPTC); in e1000_clear_hw_cntrs_82575()
2109 E1000_READ_REG(hw, E1000_IAC); in e1000_clear_hw_cntrs_82575()
2110 E1000_READ_REG(hw, E1000_ICRXOC); in e1000_clear_hw_cntrs_82575()
2112 E1000_READ_REG(hw, E1000_ICRXPTC); in e1000_clear_hw_cntrs_82575()
2113 E1000_READ_REG(hw, E1000_ICRXATC); in e1000_clear_hw_cntrs_82575()
2114 E1000_READ_REG(hw, E1000_ICTXPTC); in e1000_clear_hw_cntrs_82575()
2115 E1000_READ_REG(hw, E1000_ICTXATC); in e1000_clear_hw_cntrs_82575()
2116 E1000_READ_REG(hw, E1000_ICTXQEC); in e1000_clear_hw_cntrs_82575()
2117 E1000_READ_REG(hw, E1000_ICTXQMTC); in e1000_clear_hw_cntrs_82575()
2118 E1000_READ_REG(hw, E1000_ICRXDMTC); in e1000_clear_hw_cntrs_82575()
2120 E1000_READ_REG(hw, E1000_CBTMPC); in e1000_clear_hw_cntrs_82575()
2121 E1000_READ_REG(hw, E1000_HTDPMC); in e1000_clear_hw_cntrs_82575()
2122 E1000_READ_REG(hw, E1000_CBRMPC); in e1000_clear_hw_cntrs_82575()
2123 E1000_READ_REG(hw, E1000_RPTHC); in e1000_clear_hw_cntrs_82575()
2124 E1000_READ_REG(hw, E1000_HGPTC); in e1000_clear_hw_cntrs_82575()
2125 E1000_READ_REG(hw, E1000_HTCBDPC); in e1000_clear_hw_cntrs_82575()
2126 E1000_READ_REG(hw, E1000_HGORCL); in e1000_clear_hw_cntrs_82575()
2127 E1000_READ_REG(hw, E1000_HGORCH); in e1000_clear_hw_cntrs_82575()
2128 E1000_READ_REG(hw, E1000_HGOTCL); in e1000_clear_hw_cntrs_82575()
2129 E1000_READ_REG(hw, E1000_HGOTCH); in e1000_clear_hw_cntrs_82575()
2130 E1000_READ_REG(hw, E1000_LENERRS); in e1000_clear_hw_cntrs_82575()
2135 E1000_READ_REG(hw, E1000_SCVPC); in e1000_clear_hw_cntrs_82575()
2155 rfctl = E1000_READ_REG(hw, E1000_RFCTL); in e1000_rx_fifo_flush_82575()
2160 !(E1000_READ_REG(hw, E1000_MANC) & E1000_MANC_RCV_TCO_EN)) in e1000_rx_fifo_flush_82575()
2165 rxdctl[i] = E1000_READ_REG(hw, E1000_RXDCTL(i)); in e1000_rx_fifo_flush_82575()
2174 rx_enabled |= E1000_READ_REG(hw, E1000_RXDCTL(i)); in e1000_rx_fifo_flush_82575()
2188 rlpml = E1000_READ_REG(hw, E1000_RLPML); in e1000_rx_fifo_flush_82575()
2191 rctl = E1000_READ_REG(hw, E1000_RCTL); in e1000_rx_fifo_flush_82575()
2212 E1000_READ_REG(hw, E1000_ROC); in e1000_rx_fifo_flush_82575()
2213 E1000_READ_REG(hw, E1000_RNBC); in e1000_rx_fifo_flush_82575()
2214 E1000_READ_REG(hw, E1000_MPC); in e1000_rx_fifo_flush_82575()
2229 u32 gcr = E1000_READ_REG(hw, E1000_GCR); in e1000_set_pcie_completion_timeout()
2292 reg_val = E1000_READ_REG(hw, reg_offset); in e1000_vmdq_set_anti_spoofing_pf()
2320 dtxswc = E1000_READ_REG(hw, E1000_DTXSWC); in e1000_vmdq_set_loopback_pf()
2329 dtxswc = E1000_READ_REG(hw, E1000_TXSWC); in e1000_vmdq_set_loopback_pf()
2353 u32 vt_ctl = E1000_READ_REG(hw, E1000_VT_CTL); in e1000_vmdq_set_replication_pf()
2445 mdicnfg = E1000_READ_REG(hw, E1000_MDICNFG); in e1000_reset_mdicnfg_82580()
2479 ctrl = E1000_READ_REG(hw, E1000_CTRL); in e1000_reset_hw_82580()
2502 if (global_device_reset && !(E1000_READ_REG(hw, E1000_STATUS) & in e1000_reset_hw_82580()
2536 E1000_READ_REG(hw, E1000_ICR); in e1000_reset_hw_82580()
3029 ipcnfg = E1000_READ_REG(hw, E1000_IPCNFG); in e1000_set_eee_i350()
3030 eeer = E1000_READ_REG(hw, E1000_EEER); in e1000_set_eee_i350()
3034 u32 eee_su = E1000_READ_REG(hw, E1000_EEE_SU); in e1000_set_eee_i350()
3059 E1000_READ_REG(hw, E1000_IPCNFG); in e1000_set_eee_i350()
3060 E1000_READ_REG(hw, E1000_EEER); in e1000_set_eee_i350()
3247 ctrl_ext = E1000_READ_REG(hw, E1000_CTRL_EXT); in e1000_set_i2c_bb()
3252 i2cparams = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_set_i2c_bb()
3434 u32 i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_i2c_start()
3465 u32 i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_i2c_stop()
3530 i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_clock_out_i2c_byte()
3549 u32 i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_get_i2c_ack()
3563 i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_get_i2c_ack()
3593 u32 i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_clock_in_i2c_bit()
3602 i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_clock_in_i2c_bit()
3623 u32 i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_clock_out_i2c_bit()
3715 *i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_set_i2c_data()
3754 u32 i2cctl = E1000_READ_REG(hw, E1000_I2CPARAMS); in e1000_i2c_bus_clear()