Home
last modified time | relevance | path

Searched refs:GET_ASIC_REV (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()
480 (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5704) || in tg3_phy_reset()
481 (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705)) { in tg3_phy_reset()
690 (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5704) || in tg3_setup_copper_phy()
837 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()
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()
1654 (GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5701) && in __tg3_set_mac_addr()
2022 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5700) in tg3_setup_hw()
[all …]
H A Dtg3.h286 #define GET_ASIC_REV(CHIP_REV_ID) ((CHIP_REV_ID) >> 12) macro