Searched refs:tg3_phy_toggle_auxctl_smdsp (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/broadcom/ |
D | tg3.c | 1328 static int tg3_phy_toggle_auxctl_smdsp(struct tg3 *tp, bool enable) in tg3_phy_toggle_auxctl_smdsp() function 2324 if (tg3_phy_toggle_auxctl_smdsp(tp, true)) in tg3_phy_apply_otp() 2349 tg3_phy_toggle_auxctl_smdsp(tp, false); in tg3_phy_apply_otp() 2422 !tg3_phy_toggle_auxctl_smdsp(tp, true)) { in tg3_phy_eee_adjust() 2424 tg3_phy_toggle_auxctl_smdsp(tp, false); in tg3_phy_eee_adjust() 2440 !tg3_phy_toggle_auxctl_smdsp(tp, true)) { in tg3_phy_eee_enable() 2444 tg3_phy_toggle_auxctl_smdsp(tp, false); in tg3_phy_eee_enable() 2588 err = tg3_phy_toggle_auxctl_smdsp(tp, true); in tg3_phy_reset_5703_4_5() 2609 tg3_phy_toggle_auxctl_smdsp(tp, false); in tg3_phy_reset_5703_4_5() 2712 !tg3_phy_toggle_auxctl_smdsp(tp, true)) { in tg3_phy_reset() [all …]
|