Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/base/
H A Dngbe_phy_yt.c171 hw->phy.read_reg(hw, YT_MS_CTRL, 0, &value); in ngbe_setup_phy_link_yt()
173 hw->phy.write_reg(hw, YT_MS_CTRL, 0, value); in ngbe_setup_phy_link_yt()
189 hw->phy.read_reg(hw, YT_MS_CTRL, 0, &value); in ngbe_setup_phy_link_yt()
191 hw->phy.write_reg(hw, YT_MS_CTRL, 0, value); in ngbe_setup_phy_link_yt()
251 hw->phy.read_reg(hw, YT_MS_CTRL, 0, &value); in ngbe_setup_phy_link_yt()
253 hw->phy.write_reg(hw, YT_MS_CTRL, 0, value); in ngbe_setup_phy_link_yt()
272 hw->phy.read_reg(hw, YT_MS_CTRL, 0, &value); in ngbe_setup_phy_link_yt()
274 hw->phy.write_reg(hw, YT_MS_CTRL, 0, value); in ngbe_setup_phy_link_yt()
H A Dngbe_phy_yt.h57 #define YT_MS_CTRL 0x9 macro