Searched refs:PHY_ID_BCM5401 (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | tg3.c | 699 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401) { in tg3_setup_copper_phy() 2338 { 0x14e4, 0x1644, PHY_ID_BCM5401 }, /* BCM95700A6 */ 2351 { PCI_VENDOR_ID_3COM, 0x1000, PHY_ID_BCM5401 }, /* 3C996T */ 2361 { PCI_VENDOR_ID_DELL, 0x00d1, PHY_ID_BCM5401 }, /* VIPER */ 2362 { PCI_VENDOR_ID_DELL, 0x0106, PHY_ID_BCM5401 }, /* JAGUAR */ 2521 if (!err && ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401)) { in tg3_phy_probe() 2931 case PHY_ID_BCM5401: return "5401"; in tg3_phy_string()
|
H A D | tg3.h | 2120 #define PHY_ID_BCM5401 0x60008050 macro 2148 ((X) == PHY_ID_BCM5400 || (X) == PHY_ID_BCM5401 || \
|