Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/ls2080ardb/
H A Deth_ls2080rdb.c111 gd->jt->mdio_phydev_for_ethname = mdio_phydev_for_ethname; in board_eth_init()
/openbmc/u-boot/include/
H A D_exports.h83 EXPORT_FUNC(mdio_phydev_for_ethname, struct phy_device *,
84 mdio_phydev_for_ethname, const char *ethname)
H A Dexports.h44 struct phy_device *mdio_phydev_for_ethname(const char *ethname);
H A Dmiiphy.h44 struct phy_device *mdio_phydev_for_ethname(const char *devname);
/openbmc/u-boot/board/freescale/lx2160a/
H A Deth_lx2160ardb.c165 gd->jt->mdio_phydev_for_ethname = mdio_phydev_for_ethname; in board_eth_init()
H A Deth_lx2160aqds.c573 gd->jt->mdio_phydev_for_ethname = mdio_phydev_for_ethname; in board_eth_init()
/openbmc/u-boot/common/
H A Dexports.c22 # define mdio_phydev_for_ethname dummy macro
H A Dmiiphyutil.c185 struct phy_device *mdio_phydev_for_ethname(const char *ethname) in mdio_phydev_for_ethname() function
/openbmc/u-boot/cmd/
H A Dmdio.c169 dev = mdio_phydev_for_ethname(argv[0]); in extract_phy_range()
217 phydev = mdio_phydev_for_ethname(argv[2]); in do_mdio()