Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/
Dtg3.c682 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_lock_init()
718 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_lock()
738 if (tg3_asic_rev(tp) == ASIC_REV_5761) { in tg3_ape_lock()
779 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_unlock()
799 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_unlock()
10118 tg3_asic_rev(tp) != ASIC_REV_5761) { in tg3_reset_hw()
10386 if (tg3_asic_rev(tp) == ASIC_REV_5761 || in tg3_reset_hw()
10615 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_reset_hw()
15098 else if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_nvram_init()
16195 tg3_asic_rev(tp) == ASIC_REV_5761 || in tg3_detect_asic_rev()
[all …]
Dtg3.h187 #define ASIC_REV_5761 0x5761 macro