Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/base/
H A Dngbe_phy_mvl.c89 hw->phy.write_reg(hw, MVL_CTRL, 0, MVL_CTRL_RESET); in ngbe_init_phy_mvl()
92 if (value & MVL_CTRL_RESET) in ngbe_init_phy_mvl()
174 value |= MVL_CTRL_DUPLEX | MVL_CTRL_RESET; in ngbe_setup_phy_link_mvl()
216 value = MVL_CTRL_RESTART_AN | MVL_CTRL_ANE | MVL_CTRL_RESET; in ngbe_setup_phy_link_mvl()
H A Dngbe_phy_mvl.h14 #define MVL_CTRL_RESET MS16(15, 0x1) macro