Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c630 if (tg3_asic_rev(tp) == ASIC_REV_5906 && in tg3_write_mem()
655 if (tg3_asic_rev(tp) == ASIC_REV_5906 && in tg3_read_mem()
683 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()
1501 tg3_asic_rev(tp) == ASIC_REV_5785) in tg3_mdio_start()
1599 if (tg3_asic_rev(tp) == ASIC_REV_5785) in tg3_mdio_init()
1820 if (tg3_asic_rev(tp) == ASIC_REV_5906) { in tg3_poll_fw()
[all …]
H A Dtg3.h3444 #define tg3_asic_rev(tp) \ macro