Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dsmc91111.c1116 word my_ad_caps; /* My Advertised capabilities */ in smc_phy_configure() local
1154 my_ad_caps = PHY_AD_CSMA; /* I am CSMA capable */ in smc_phy_configure()
1157 my_ad_caps |= PHY_AD_T4; in smc_phy_configure()
1160 my_ad_caps |= PHY_AD_TX_FDX; in smc_phy_configure()
1163 my_ad_caps |= PHY_AD_TX_HDX; in smc_phy_configure()
1166 my_ad_caps |= PHY_AD_10_FDX; in smc_phy_configure()
1169 my_ad_caps |= PHY_AD_10_HDX; in smc_phy_configure()
1172 smc_write_phy_register (dev, PHY_AD_REG, my_ad_caps); in smc_phy_configure()
1180 PRINTK2 ("%s: phy advertised caps=%x\n", SMC_DEV_NAME, my_ad_caps); in smc_phy_configure()