Home | History | Annotate | Download | only in net

Lines Matching refs:phy_mode

1184 				 phy_interface_t phy_mode)
1194 switch (phy_mode) {
1239 phy_interface_t phy_mode)
1248 switch (phy_mode) {
1289 phy_interface_t phy_mode)
1292 cpsw_gmii_sel_am3352(priv, phy_mode);
1294 cpsw_gmii_sel_am3352(priv, phy_mode);
1296 cpsw_gmii_sel_dra7xx(priv, phy_mode);
1304 const char *phy_mode;
1390 phy_mode = fdt_getprop(fdt, subnode, "phy-mode", NULL);
1391 if (phy_mode)
1393 phy_get_interface_by_name(phy_mode);
1451 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);