Home
last modified time | relevance | path

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

/dpdk/drivers/raw/ifpga/base/
H A Dopae_eth_group.c205 if ((val & PHY_RESET && enable) || (!(val & PHY_RESET) && !enable)) in eth_group_reset_phy()
209 val |= PHY_RESET; in eth_group_reset_phy()
211 val &= ~PHY_RESET; in eth_group_reset_phy()
H A Dopae_eth_group.h49 #define PHY_RESET BIT(0) macro