Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c2649 if (tg3_asic_rev(tp) == ASIC_REV_5703 || in tg3_phy_reset()
3978 if (tg3_asic_rev(tp) == ASIC_REV_5703 || in __tg3_set_mac_addr()
4797 if ((tg3_asic_rev(tp) == ASIC_REV_5703 || in tg3_setup_copper_phy()
10519 if (tg3_asic_rev(tp) == ASIC_REV_5703) { in tg3_reset_hw()
15186 tg3_asic_rev(tp) != ASIC_REV_5703 && in tg3_get_eeprom_hw_cfg()
16153 if ((tg3_asic_rev(tp) == ASIC_REV_5703 && in tg3_10_100_only_device()
16482 if (tg3_asic_rev(tp) == ASIC_REV_5703 && in tg3_get_invariants()
17288 if (tg3_asic_rev(tp) == ASIC_REV_5703 || in tg3_test_dma()
17303 if (tg3_asic_rev(tp) == ASIC_REV_5703) in tg3_test_dma()
17323 if (tg3_asic_rev(tp) == ASIC_REV_5703 || in tg3_test_dma()
H A Dtg3.h175 #define ASIC_REV_5703 0x01 macro