Home | History | Annotate | Download | only in net

Lines Matching refs:phy_mode

1319 	const char *phy_mode;
1325 phy_mode = fdt_getprop(gd->fdt_blob, dev_of_offset(dev), "phy-mode",
1327 if (phy_mode)
1328 pdata->phy_interface = phy_get_interface_by_name(phy_mode);
1330 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);