Home
last modified time | relevance | path

Searched refs:wr32_epcs (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c1424 wr32_epcs(hw, SR_AN_CTRL, 0x0); in txgbe_set_link_to_kr()
1510 wr32_epcs(hw, SR_AN_CTRL, 0x0); in txgbe_set_link_to_kx4()
1527 wr32_epcs(hw, SR_XS_PCS_CTRL2, in txgbe_set_link_to_kx4()
1533 wr32_epcs(hw, SR_PMA_CTRL1, in txgbe_set_link_to_kx4()
1648 wr32_epcs(hw, 0x1f0000, 0x0); in txgbe_set_link_to_kx4()
1649 wr32_epcs(hw, 0x1f8001, 0x0); in txgbe_set_link_to_kx4()
1709 wr32_epcs(hw, SR_AN_CTRL, 0x0); in txgbe_set_link_to_kx()
1726 wr32_epcs(hw, SR_XS_PCS_CTRL2, in txgbe_set_link_to_kx()
1732 wr32_epcs(hw, SR_PMA_CTRL1, in txgbe_set_link_to_kx()
1744 wr32_epcs(hw, SR_MII_MMD_CTL, in txgbe_set_link_to_kx()
[all …]
H A Dtxgbe_hw.c209 wr32_epcs(hw, SR_MII_MMD_AN_ADV, value); in txgbe_setup_fc()
221 wr32_epcs(hw, SR_AN_MMD_ADV_REG1, value); in txgbe_setup_fc()
H A Dtxgbe_regs.h1865 wr32_epcs(struct txgbe_hw *hw, u32 addr, u32 data) in wr32_epcs() function