Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dsmc9000.h250 #define PHY_STAT_CAP_T4 0x8000 // 1=100Base-T4 capable macro
339 #define PHY_STAT_CAP_T4 0x8000 // 1=100Base-T4 capable macro
Dsmc9000.c411 if (my_phy_caps & PHY_STAT_CAP_T4) in smc_phy_configure()