Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c160 if ((GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5705) && in tg3_switch_clocks()
481 (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705)) { in tg3_phy_reset()
1417 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705) { in tg3_stop_block()
1539 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705) in tg3_chip_reset()
1573 (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705)) { in tg3_chip_reset()
1655 (GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5705)) { in __tg3_set_mac_addr()
1684 if (GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5705) { in tg3_set_bdinfo()
1807 if (GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5705) { in tg3_setup_hw()
1838 if (GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5705) { in tg3_setup_hw()
1946 if (GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5705) { in tg3_setup_hw()
[all …]
H A Dtg3.h291 #define ASIC_REV_5705 0x03 macro