Home | History | Annotate | Download | only in net

Lines Matching refs:phy_mode

1349 static int mvneta_port_power_up(struct mvneta_port *pp, int phy_mode)
1361 switch (phy_mode) {
1782 const char *phy_mode;
1788 phy_mode = fdt_getprop(gd->fdt_blob, dev_of_offset(dev), "phy-mode",
1790 if (phy_mode)
1791 pdata->phy_interface = phy_get_interface_by_name(phy_mode);
1793 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);