Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dioc3-eth.c104 unsigned short sw_physid2; /* sw copy of PHYSID2 */ member
966 ip->sw_physid2 = mii_read(ip, MII_PHYSID2); in ioc3_start_auto_negotiation()
1495 vendor = (ip->sw_physid1 << 12) | (ip->sw_physid2 >> 4); in ioc3_probe()
1496 model = (ip->sw_physid2 >> 4) & 0x3f; in ioc3_probe()
1497 rev = ip->sw_physid2 & 0xf; in ioc3_probe()
Dsunhme.h443 unsigned short sw_physid2; /* SW copy of PHYSID2 */ member
Dsunhme.c1085 hp->sw_physid2 = happy_meal_tcvr_read(hp, tregs, MII_PHYSID2); in happy_meal_tcvr_reset()
1323 hp->sw_physid2 = happy_meal_tcvr_read(hp, tregs, MII_PHYSID2); in happy_meal_begin_auto_negotiation()