Home
last modified time | relevance | path

Searched refs:GET_ASIC_REV (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()
167 (!((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5750) in tg3_switch_clocks()
487 if ((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5703) || in tg3_phy_reset()
488 (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5704) || in tg3_phy_reset()
489 (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705)) { in tg3_phy_reset()
495 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5750) { in tg3_phy_reset()
709 if ( ( (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5703) || in tg3_setup_copper_phy()
710 (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5704) || in tg3_setup_copper_phy()
857 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5700) { in tg3_setup_copper_phy()
883 if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5700 && in tg3_setup_copper_phy()
[all …]
Dtg3.h198 #define GET_ASIC_REV(CHIP_REV_ID) ((CHIP_REV_ID) >> 12) macro