Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dsmc9000.h254 #define PHY_STAT_CAP_TH 0x0800 // 1=10Mbps half duplex capable macro
343 #define PHY_STAT_CAP_TH 0x0800 // 1=10Mbps half duplex capable macro
Dsmc9000.c423 if (my_phy_caps & PHY_STAT_CAP_TH) in smc_phy_configure()