Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/qe/
H A Duec_phy.c824 struct phy_info *theInfo = NULL; in uec_get_phy_info() local
839 theInfo = phy_info[i]; in uec_get_phy_info()
844 if (theInfo == NULL) { in uec_get_phy_info()
848 ugphy_info ("UEC: PHY is %s (%x)", theInfo->name, phy_ID); in uec_get_phy_info()
851 return theInfo; in uec_get_phy_info()