Searched refs:rd32_epcs (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_phy.c | 1397 value = rd32_epcs(hw, SR_MII_MMD_CTL); in txgbe_set_sgmii_an37_ability() 1464 if ((rd32_epcs(hw, in txgbe_set_link_to_kr() 1919 value = rd32_epcs(hw, SR_PMA_CTRL1); in txgbe_set_link_to_sfi() 1971 value = rd32_epcs(hw, TXGBE_PHY_TX_EQ_CTL0); in txgbe_set_link_to_sfi() 1977 value = rd32_epcs(hw, TXGBE_PHY_TX_EQ_CTL1); in txgbe_set_link_to_sfi() 2024 value = rd32_epcs(hw, TXGBE_PHY_RX_EQ_CTL); in txgbe_set_link_to_sfi() 2049 value = rd32_epcs(hw, TXGBE_PHY_TX_EQ_CTL0); in txgbe_set_link_to_sfi() 2055 value = rd32_epcs(hw, TXGBE_PHY_TX_EQ_CTL1); in txgbe_set_link_to_sfi() 2151 sr_pcs_ctl = rd32_epcs(hw, SR_XS_PCS_CTRL2); in txgbe_autoc_read() 2152 sr_pma_ctl1 = rd32_epcs(hw, SR_PMA_CTRL1); in txgbe_autoc_read() [all …]
|
| H A D | txgbe_hw.c | 206 value = rd32_epcs(hw, SR_MII_MMD_AN_ADV); in txgbe_setup_fc() 217 value = rd32_epcs(hw, SR_AN_MMD_ADV_REG1); in txgbe_setup_fc() 1135 pcs_anadv_reg = rd32_epcs(hw, SR_MII_MMD_AN_ADV); in txgbe_fc_autoneg_fiber() 1136 pcs_lpab_reg = rd32_epcs(hw, SR_MII_MMD_LP_BABL); in txgbe_fc_autoneg_fiber() 1163 autoc_reg = rd32_epcs(hw, SR_AN_MMD_ADV_REG1); in txgbe_fc_autoneg_backplane() 1164 anlp1_reg = rd32_epcs(hw, SR_AN_MMD_LP_ABL1); in txgbe_fc_autoneg_backplane() 3194 u32 autoc_reg = rd32_epcs(hw, SR_AN_MMD_ADV_REG1); in txgbe_setup_mac_link_smartspeed() 3467 value = rd32_epcs(hw, SR_XS_PCS_CTRL2); in txgbe_reset_misc()
|
| H A D | txgbe_regs.h | 1856 rd32_epcs(struct txgbe_hw *hw, u32 addr) in rd32_epcs() function
|