Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c857 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5700) { in tg3_setup_copper_phy()
883 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5700 && in tg3_setup_copper_phy()
1713 if ((GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5700) && in __tg3_set_mac_addr()
2095 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5700) in tg3_setup_hw()
2307 if (GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5700 && in tg3_nvram_init()
2811 if ((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5700) || in tg3_get_invariants()
Dtg3.h199 #define ASIC_REV_5700 0x07 macro