Searched refs:sw_physid2 (Results  1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/sgi/ | 
| D | ioc3-eth.c | 830 	u32 sw_physid1, sw_physid2, vendor, model, rev;  in ioc3eth_probe()  local 933 	sw_physid2 = ioc3_mdio_read(dev, ip->mii.phy_id, MII_PHYSID2);  in ioc3eth_probe() 942 	vendor = (sw_physid1 << 12) | (sw_physid2 >> 4);  in ioc3eth_probe() 943 	model  = (sw_physid2 >> 4) & 0x3f;  in ioc3eth_probe() 944 	rev    = sw_physid2 & 0xf;  in ioc3eth_probe()
  | 
| /Linux-v6.6/drivers/net/ethernet/sun/ | 
| D | sunhme.h | 442 	unsigned short            sw_physid2;     /* SW copy of PHYSID2                */  member
  | 
| D | sunhme.c | 616 	hp->sw_physid2   = happy_meal_tcvr_read(hp, tregs, MII_PHYSID2);  in happy_meal_begin_auto_negotiation() 1052 	hp->sw_physid2   = happy_meal_tcvr_read(hp, tregs, MII_PHYSID2);  in happy_meal_tcvr_reset()
  |