Searched refs:sw_physid2 (Results 1 – 3 of 3) sorted by relevance
104 unsigned short sw_physid2; /* sw copy of PHYSID2 */ member966 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()
443 unsigned short sw_physid2; /* SW copy of PHYSID2 */ member
1085 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()