Home
last modified time | relevance | path

Searched refs:SR_AN_CTRL (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_phy.c1406 wr32_epcs(hw, SR_AN_CTRL, in txgbe_set_link_to_kr()
1412 wr32_epcs(hw, SR_AN_CTRL, 0); in txgbe_set_link_to_kr()
1519 wr32_epcs(hw, SR_AN_CTRL, 0x0); in txgbe_set_link_to_kx4()
1521 wr32_epcs(hw, SR_AN_CTRL, 0x3000); in txgbe_set_link_to_kx4()
1733 wr32_epcs(hw, SR_AN_CTRL, 0x0); in txgbe_set_link_to_kx()
1735 wr32_epcs(hw, SR_AN_CTRL, 0x3000); in txgbe_set_link_to_kx()
1939 wr32_epcs(hw, SR_AN_CTRL, 0x0); in txgbe_set_link_to_sfi()
2303 wr32_epcs(hw, SR_AN_CTRL, 0); in txgbe_bp_down_event()
2423 wr32_epcs(hw, SR_AN_CTRL, 0); in txgbe_handle_bp_flow()
2459 wr32_epcs(hw, SR_AN_CTRL, 0); in txgbe_handle_bp_flow()
[all …]
H A Dtxgbe_phy.h62 #define SR_AN_CTRL 0x070000 macro