Home
last modified time | relevance | path

Searched refs:fp_clr (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy_tbl.h55 .cfg.fp_clr = recov_phy_realtek5 },
61 .cfg.fp_clr = recov_phy_realtek5 },
67 .cfg.fp_clr = recov_phy_realtek5 },
73 .cfg.fp_clr = recov_phy_realtek2 },
79 .cfg.fp_clr = recov_phy_realtek1 },
85 .cfg.fp_clr = recov_phy_realtek3 },
91 .cfg.fp_clr = NULL },
97 .cfg.fp_clr = NULL },
103 .cfg.fp_clr = NULL },
109 .cfg.fp_clr = NULL },
[all …]
H A Dphy.c2234 phyeng->fp_clr = NULL; in phy_select()
2245 phyeng->fp_clr = p_phy->cfg.fp_clr; in phy_select()
2253 phyeng->fp_clr = NULL; in phy_select()
2255 phyeng->fp_clr = NULL; in phy_select()
2264 if (phyeng->fp_clr != NULL) in recov_phy()
2265 (*phyeng->fp_clr)( eng ); in recov_phy()
H A Dcomminf.h780 PHY_SETTING fp_clr; member
H A Dmactest.c1377 if (p_phy_eng->fp_clr != 0) in test_start()
1472 phy_eng.fp_clr = NULL; in mac_test()