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

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

Completed in 73 milliseconds