Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/
H A Dtg3.c2839 tg3_asic_rev(tp) == ASIC_REV_5700 || in tg3_pwrsrc_die_with_vmain()
2863 if (tg3_asic_rev(tp) == ASIC_REV_5700 || in tg3_pwrsrc_switch_to_vaux()
3020 case ASIC_REV_5700: in tg3_phy_power_bug()
4848 if (tg3_asic_rev(tp) == ASIC_REV_5700 || in tg3_setup_copper_phy()
5016 if (tg3_asic_rev(tp) == ASIC_REV_5700) { in tg3_setup_copper_phy()
5047 if (tg3_asic_rev(tp) == ASIC_REV_5700 && in tg3_setup_copper_phy()
8283 tg3_asic_rev(tp) == ASIC_REV_5700) in tg3_mac_loopback()
10534 tg3_asic_rev(tp) != ASIC_REV_5700) in tg3_reset_hw()
16976 tg3_asic_rev(tp) != ASIC_REV_5700) in tg3_get_invariants()
17009 if (tg3_asic_rev(tp) == ASIC_REV_5700) in tg3_get_invariants()
[all …]
H A Dtg3.h173 #define ASIC_REV_5700 0x07 macro