Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dsmc91111.c1201 if (status & PHY_STAT_REM_FLT) { in smc_phy_configure()
1221 if (status & PHY_STAT_REM_FLT) { in smc_phy_configure()
Dsmc91111.h682 #define PHY_STAT_REM_FLT 0x0010 /* 1=Remote Fault detected */ macro