Home
last modified time | relevance | path

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

12

/u-boot/board/st/stm32f746-disco/
A Dstm32f746-disco.c137 switch (phy_get_interface_by_name(phy_mode)) { in board_init()
/u-boot/net/
A Dmdio-uclass.c201 interface = phy_get_interface_by_name(if_str); in dm_eth_phy_connect()
/u-boot/include/
A Dphy.h546 int phy_get_interface_by_name(const char *str);
/u-boot/drivers/net/phy/
A Dphy.c999 interface = phy_get_interface_by_name(if_str); in fixed_phy_create()
1109 int phy_get_interface_by_name(const char *str) in phy_get_interface_by_name() function
/u-boot/drivers/net/
A Dbcm6348-eth.c431 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in bcm6348_eth_probe()
A Dftgmac100.c554 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in ftgmac100_of_to_plat()
A Dpic32_eth.c557 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in pic32_eth_probe()
A Dhigmacv300.c573 phyintf = phy_get_interface_by_name(phy_mode); in higmac_of_to_plat()
A Dfsl_enetc.c263 priv->if_type = phy_get_interface_by_name(if_str); in enetc_start_pcs()
A Dxilinx_axi_emac.c766 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in axi_emac_of_to_plat()
A Dravb.c658 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in ravb_of_to_plat()
A Daltera_tse.c685 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in altera_tse_of_to_plat()
A Dzynq_gem.c803 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in zynq_gem_of_to_plat()
A Dbcmgenet.c702 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in bcmgenet_eth_of_to_plat()
A Ddesignware.c831 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in designware_eth_of_to_plat()
A Dmvgbe.c1010 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in mvgbe_of_to_plat()
A Ddwc_eth_qos.c1869 interface = phy_get_interface_by_name(phy_mode); in eqos_get_interface_stm32()
1906 interface = phy_get_interface_by_name(phy_mode); in eqos_get_interface_imx()
A Dtsec.c867 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in tsec_probe()
A Dsun8i_emac.c947 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in sun8i_emac_eth_of_to_plat()
A Dsni_ave.c755 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in ave_of_to_plat()
A Dsh_eth.c927 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in sh_ether_of_to_plat()
/u-boot/drivers/net/ldpaa_eth/
A Dldpaa_eth.c1146 phy_mode = phy_get_interface_by_name(phy_mode_str);
1171 priv->phy_mode = phy_get_interface_by_name(phy_mode_str);
/u-boot/drivers/net/ti/
A Dkeystone_net.c733 priv->phy_if = phy_get_interface_by_name(phy_mode); in ks2_eth_parse_slave_interface()
A Dam65-cpsw-nuss.c611 phy_get_interface_by_name(phy_mode); in am65_cpsw_ofdata_parse_phy()
/u-boot/drivers/net/qe/
A Ddm_qe_uec.c1144 pdata->phy_interface = phy_get_interface_by_name(phy_mode); in qe_uec_of_to_plat()

Completed in 47 milliseconds

12