Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c479 if ((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5703) || in tg3_phy_reset()
689 if ( ( (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5703) || in tg3_setup_copper_phy()
2048 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5703) { in tg3_setup_hw()
2435 if (((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5703) || in tg3_phy_probe()
2507 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5703) { in tg3_phy_probe()
2779 if (((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5703) && in tg3_get_invariants()
2891 if ((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5703) || in tg3_setup_dma()
2901 if ((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5703) || in tg3_setup_dma()
H A Dtg3.h289 #define ASIC_REV_5703 0x01 macro