Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/qe/
H A Duec_phy.c823 struct phy_info *theInfo = NULL; in uec_get_phy_info() local
838 theInfo = phy_info[i]; in uec_get_phy_info()
843 if (theInfo == NULL) { in uec_get_phy_info()
847 ugphy_info ("UEC: PHY is %s (%x)", theInfo->name, phy_ID); in uec_get_phy_info()
850 return theInfo; in uec_get_phy_info()