Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c837 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5700) { in tg3_setup_copper_phy()
863 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5700 && in tg3_setup_copper_phy()
1653 if ((GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5700) && in __tg3_set_mac_addr()
2022 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5700) in tg3_setup_hw()
2227 if (GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5700 && in tg3_nvram_init()
2719 if ((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5700) || in tg3_get_invariants()
H A Dtg3.h287 #define ASIC_REV_5700 0x07 macro