Home
last modified time | relevance | path

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

/components/drivers/phy/
A Dofw.c71 const char *phy_mode = RT_NULL; in rt_ofw_get_interface() local
73 if (rt_ofw_prop_read_string(np, "phy-mode", &phy_mode)) in rt_ofw_get_interface()
74 rt_ofw_prop_read_string(np, "phy-connection-type", &phy_mode); in rt_ofw_get_interface()
75 if (!phy_mode) in rt_ofw_get_interface()
78 return _get_interface_by_name(phy_mode, interface); in rt_ofw_get_interface()

Completed in 3 milliseconds