Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dsmc9000.c357 word my_phy_caps; // My PHY capabilities in smc_phy_configure() local
408 my_phy_caps = smc_read_phy_register(ioaddr, phyaddr, PHY_STAT_REG); in smc_phy_configure()
411 if (my_phy_caps & PHY_STAT_CAP_T4) in smc_phy_configure()
414 if (my_phy_caps & PHY_STAT_CAP_TXF) in smc_phy_configure()
417 if (my_phy_caps & PHY_STAT_CAP_TXH) in smc_phy_configure()
420 if (my_phy_caps & PHY_STAT_CAP_TF) in smc_phy_configure()
423 if (my_phy_caps & PHY_STAT_CAP_TH) in smc_phy_configure()
429 PRINTK2("phy caps=%x\n", my_phy_caps); in smc_phy_configure()