Searched refs:ASIC_REV_5705 (Results 1 – 2 of 2) sorted by relevance
160 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()1934 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705) { in tg3_setup_hw()[all …]
291 #define ASIC_REV_5705 0x03 macro