Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/base/
H A Dngbe_phy_yt.c158 value |= YT_BCR_DUPLEX | YT_BCR_RESET; in ngbe_setup_phy_link_yt()
200 value |= YT_BCR_RESET | YT_BCR_ANE | YT_BCR_RESTART_AN; in ngbe_setup_phy_link_yt()
285 value |= YT_BCR_RESET; in ngbe_setup_phy_link_yt()
334 ctrl |= YT_BCR_RESET; in ngbe_reset_phy_yt()
339 if (!(ctrl & YT_BCR_RESET)) in ngbe_reset_phy_yt()
347 ctrl |= YT_BCR_RESET; in ngbe_reset_phy_yt()
352 if (!(ctrl & YT_BCR_RESET)) in ngbe_reset_phy_yt()
H A Dngbe_phy_yt.h36 #define YT_BCR_RESET MS16(15, 0x1) macro