Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/smsc/
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()