Home
last modified time | relevance | path

Searched defs:phy_info (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/qe/
H A Duec_phy.h205 struct phy_info { struct
206 u32 phy_id;
207 char *name;
208 unsigned int phy_id_mask;
209 u32 features;
233 struct phy_info *uec_get_phy_info (struct uec_mii_info *mii_info); argument
H A Duec_phy.c795 static struct phy_info *phy_info[] = { variable