Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A 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()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.c1038 int my_phy_caps; /* My PHY capabilities */ in smc_phy_configure() local
1076 my_phy_caps = smc_phy_read(dev, phyaddr, MII_BMSR); in smc_phy_configure()
1078 if (!(my_phy_caps & BMSR_ANEGCAPABLE)) { in smc_phy_configure()
1086 if (my_phy_caps & BMSR_100BASE4) in smc_phy_configure()
1088 if (my_phy_caps & BMSR_100FULL) in smc_phy_configure()
1090 if (my_phy_caps & BMSR_100HALF) in smc_phy_configure()
1092 if (my_phy_caps & BMSR_10FULL) in smc_phy_configure()
1094 if (my_phy_caps & BMSR_10HALF) in smc_phy_configure()
1115 DBG(2, dev, "phy caps=%x\n", my_phy_caps); in smc_phy_configure()