Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c638 if (tg3_asic_rev(tp) == ASIC_REV_5906 && in tg3_write_mem()
663 if (tg3_asic_rev(tp) == ASIC_REV_5906 && in tg3_read_mem()
691 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_lock_init()
727 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_lock()
747 if (tg3_asic_rev(tp) == ASIC_REV_5761) { in tg3_ape_lock()
788 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_unlock()
808 if (tg3_asic_rev(tp) == ASIC_REV_5761) in tg3_ape_unlock()
1510 tg3_asic_rev(tp) == ASIC_REV_5785) in tg3_mdio_start()
1615 if (tg3_asic_rev(tp) == ASIC_REV_5785) in tg3_mdio_init()
1836 if (tg3_asic_rev(tp) == ASIC_REV_5906) { in tg3_poll_fw()
[all …]
Dtg3.h3444 #define tg3_asic_rev(tp) \ macro