Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy.c2225 void phy_select(MAC_ENGINE *eng, PHY_ENGINE *phyeng) in phy_select() argument
2233 phyeng->fp_set = phy_default; in phy_select()
2234 phyeng->fp_clr = NULL; in phy_select()
2244 phyeng->fp_set = p_phy->cfg.fp_set; in phy_select()
2245 phyeng->fp_clr = p_phy->cfg.fp_clr; in phy_select()
2252 phyeng->fp_set = NULL; in phy_select()
2253 phyeng->fp_clr = NULL; in phy_select()
2255 phyeng->fp_clr = NULL; in phy_select()
2260 void recov_phy (MAC_ENGINE *eng, PHY_ENGINE *phyeng) in recov_phy() argument
2264 if (phyeng->fp_clr != NULL) in recov_phy()
[all …]
H A Dcomminf.h865 GLOBAL void init_phy (MAC_ENGINE *eng, PHY_ENGINE *phyeng);
868 GLOBAL void phy_select (MAC_ENGINE *eng, PHY_ENGINE *phyeng);
869 GLOBAL void recov_phy (MAC_ENGINE *eng, PHY_ENGINE *phyeng);