Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dsmc91111.c1115 word my_phy_caps; /* My PHY capabilities */ in smc_phy_configure() local
1153 my_phy_caps = smc_read_phy_register (dev, PHY_STAT_REG); in smc_phy_configure()
1156 if (my_phy_caps & PHY_STAT_CAP_T4) in smc_phy_configure()
1159 if (my_phy_caps & PHY_STAT_CAP_TXF) in smc_phy_configure()
1162 if (my_phy_caps & PHY_STAT_CAP_TXH) in smc_phy_configure()
1165 if (my_phy_caps & PHY_STAT_CAP_TF) in smc_phy_configure()
1168 if (my_phy_caps & PHY_STAT_CAP_TH) in smc_phy_configure()
1179 PRINTK2 ("%s: phy caps=%x\n", SMC_DEV_NAME, my_phy_caps); in smc_phy_configure()