Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/qe/
H A Duec_phy.c725 static struct phy_info phy_info_dm9161 = {
735 static struct phy_info phy_info_dm9161a = {
748 static struct phy_info phy_info_marvell = {
760 static struct phy_info phy_info_bcm5481 = {
769 static struct phy_info phy_info_fixedphy = {
777 static struct phy_info phy_info_smsclan8700 = {
786 static struct phy_info phy_info_genmii = {
795 static struct phy_info *phy_info[] = { variable
819 struct phy_info *uec_get_phy_info (struct uec_mii_info *mii_info) in uec_get_phy_info()
824 struct phy_info *theInfo = NULL; in uec_get_phy_info()
[all …]
H A Duec_phy.h162 struct phy_info *phyinfo;
205 struct phy_info { struct
233 struct phy_info *uec_get_phy_info (struct uec_mii_info *mii_info); argument
H A Duec.c423 struct phy_info *curphy; in init_phy()
1195 struct phy_info *curphy; in uec_init()