Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sun/
Dsunhme.h442 unsigned short sw_physid1; /* SW copy of PHYSID1 */ member
Dsunhme.c1055 hp->sw_physid1 = happy_meal_tcvr_read(hp, tregs, MII_PHYSID1); in happy_meal_tcvr_reset()
1306 hp->sw_physid1 = happy_meal_tcvr_read(hp, tregs, MII_PHYSID1); in happy_meal_begin_auto_negotiation()
/linux-4.1.27/drivers/net/ethernet/sgi/
Dioc3-eth.c1233 unsigned int sw_physid1, sw_physid2; in ioc3_probe() local
1332 sw_physid1 = ioc3_mdio_read(dev, ip->mii.phy_id, MII_PHYSID1); in ioc3_probe()
1342 vendor = (sw_physid1 << 12) | (sw_physid2 >> 4); in ioc3_probe()