Home
last modified time | relevance | path

Searched refs:PHY_ID_BCM5401 (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c719 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401) { in tg3_setup_copper_phy()
2418 { 0x14e4, 0x1644, PHY_ID_BCM5401 }, /* BCM95700A6 */
2431 { PCI_VENDOR_ID_3COM, 0x1000, PHY_ID_BCM5401 }, /* 3C996T */
2441 { PCI_VENDOR_ID_DELL, 0x00d1, PHY_ID_BCM5401 }, /* VIPER */
2442 { PCI_VENDOR_ID_DELL, 0x0106, PHY_ID_BCM5401 }, /* JAGUAR */
2605 if (!err && ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401)) { in tg3_phy_probe()
3033 case PHY_ID_BCM5401: return "5401"; in tg3_phy_string()
Dtg3.h2034 #define PHY_ID_BCM5401 0x60008050 macro
2065 ((X) == PHY_ID_BCM5400 || (X) == PHY_ID_BCM5401 || \