Home
last modified time | relevance | path

Searched refs:mdio_phydev_for_ethname (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/board/freescale/ls2080ardb/
Deth_ls2080rdb.c111 gd->jt->mdio_phydev_for_ethname = mdio_phydev_for_ethname; in board_eth_init()
/external/u-boot/include/
D_exports.h85 EXPORT_FUNC(mdio_phydev_for_ethname, struct phy_device *,
86 mdio_phydev_for_ethname, const char *ethname)
Dexports.h45 struct phy_device *mdio_phydev_for_ethname(const char *ethname);
Dmiiphy.h43 struct phy_device *mdio_phydev_for_ethname(const char *devname);
/external/u-boot/common/
Dexports.c22 # define mdio_phydev_for_ethname dummy macro
Dmiiphyutil.c180 struct phy_device *mdio_phydev_for_ethname(const char *ethname) in mdio_phydev_for_ethname() function
/external/u-boot/cmd/
Dmdio.c169 dev = mdio_phydev_for_ethname(argv[0]); in extract_phy_range()
217 phydev = mdio_phydev_for_ethname(argv[2]); in do_mdio()