Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c2650 tg3_asic_rev(tp) == ASIC_REV_5704 || in tg3_phy_reset()
3021 case ASIC_REV_5704: in tg3_phy_power_bug()
3064 if (tg3_asic_rev(tp) == ASIC_REV_5704) { in tg3_power_down_phy()
3979 tg3_asic_rev(tp) == ASIC_REV_5704) { in __tg3_set_mac_addr()
4798 tg3_asic_rev(tp) == ASIC_REV_5704 || in tg3_setup_copper_phy()
10106 if (tg3_asic_rev(tp) == ASIC_REV_5704) in tg3_reset_hw()
10522 } else if (tg3_asic_rev(tp) == ASIC_REV_5704) { in tg3_reset_hw()
10649 if ((tg3_asic_rev(tp) == ASIC_REV_5704) && in tg3_reset_hw()
10671 if (tg3_asic_rev(tp) == ASIC_REV_5704 && in tg3_reset_hw()
16321 if (tg3_asic_rev(tp) == ASIC_REV_5704 || in tg3_get_invariants()
[all …]
H A Dtg3.h176 #define ASIC_REV_5704 0x02 macro