Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c166 if ((GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5705) && in tg3_switch_clocks()
489 (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705)) { in tg3_phy_reset()
1437 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705 || in tg3_stop_block()
1578 if ((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705) in tg3_chip_reset()
1625 (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705)) { in tg3_chip_reset()
1715 (GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5705)) { in __tg3_set_mac_addr()
1744 if (GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5705) { in tg3_set_bdinfo()
1874 if (GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5705) { in tg3_setup_hw()
1907 } else if ((GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5705) && in tg3_setup_hw()
2004 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705 || in tg3_setup_hw()
[all …]
Dtg3.h203 #define ASIC_REV_5705 0x03 macro