Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c683 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_lock_init()
719 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_lock()
739 if (tg3_asic_rev(tp) == ASIC_REV_5761) { in tg3_ape_lock()
780 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_unlock()
800 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_unlock()
10054 tg3_asic_rev(tp) != ASIC_REV_5761) { in tg3_reset_hw()
10322 if (tg3_asic_rev(tp) == ASIC_REV_5761 || in tg3_reset_hw()
10551 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_reset_hw()
15032 else if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_nvram_init()
16126 tg3_asic_rev(tp) == ASIC_REV_5761 || in tg3_detect_asic_rev()
[all …]
H A Dtg3.h187 #define ASIC_REV_5761 0x5761 macro