Searched refs:PHY_ID_SERDES (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | tg3.c | 1385 if (tp->phy_id == PHY_ID_SERDES) { in tg3_setup_phy() 1779 if (tp->phy_id == PHY_ID_SERDES) { in tg3_setup_hw() 2156 if (tp->phy_id == PHY_ID_SERDES) { in tg3_setup_hw() 2341 { 0x14e4, 0x0003, PHY_ID_SERDES }, /* BCM95700A9 */ 2344 { 0x14e4, 0x0007, PHY_ID_SERDES }, /* BCM95701A7 */ 2355 { PCI_VENDOR_ID_3COM, 0x1004, PHY_ID_SERDES }, /* 3C996SX */ 2369 { PCI_VENDOR_ID_COMPAQ, 0x007d, PHY_ID_SERDES }, /* CHANGELING */ 2407 eeprom_phy_id = PHY_ID_SERDES; in tg3_phy_probe() 2529 if (tp->phy_id == PHY_ID_SERDES) { in tg3_phy_probe() 2541 if (tp->phy_id == PHY_ID_SERDES) in tg3_phy_probe() [all …]
|
H A D | tg3.h | 2127 #define PHY_ID_SERDES 0xfeedbee0 macro 2152 (X) == PHY_ID_BCM8002 || (X) == PHY_ID_SERDES)
|