Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dphy.h266 int phy_get_interface_by_name(const char *str);
/openbmc/u-boot/drivers/net/
H A Dbcm6348-eth.c429 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in bcm6348_eth_probe()
H A Dpic32_eth.c550 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in pic32_eth_probe()
H A Dxilinx_axi_emac.c744 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in axi_emac_ofdata_to_platdata()
H A Dftgmac100.c547 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in ftgmac100_ofdata_to_platdata()
H A Daltera_tse.c682 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in altera_tse_ofdata_to_platdata()
H A Dravb.c647 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in ravb_ofdata_to_platdata()
H A Dzynq_gem.c787 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in zynq_gem_ofdata_to_platdata()
H A Ddesignware.c815 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in designware_eth_ofdata_to_platdata()
H A Dmvgbe.c1007 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in mvgbe_ofdata_to_platdata()
H A Dsun8i_emac.c888 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in sun8i_emac_eth_ofdata_to_platdata()
H A Dtsec.c839 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in tsec_probe()
H A Dag7xxx.c988 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in ag7xxx_eth_ofdata_to_platdata()
H A Dsni_ave.c746 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in ave_ofdata_to_platdata()
H A Dsh_eth.c900 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in sh_ether_ofdata_to_platdata()
H A Dmacb.c1092 macb->phy_interface = phy_get_interface_by_name(phy_mode); in macb_eth_probe()
H A Dmtk_eth.c1085 pdata->phy_interface = phy_get_interface_by_name(str); in mtk_eth_ofdata_to_platdata()
H A Dfec_mxc.c1451 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in fecmxc_ofdata_to_platdata()
H A Dmvneta.c1798 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in mvneta_ofdata_to_platdata()
H A Dmvpp2.c4744 phy_mode = phy_get_interface_by_name(phy_mode_str); in phy_info_parse()
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c981 int phy_get_interface_by_name(const char *str) in phy_get_interface_by_name() function
/openbmc/u-boot/drivers/net/ti/
H A Dcpsw.c1285 phy_get_interface_by_name(phy_mode); in cpsw_eth_ofdata_to_platdata()