Home
last modified time | relevance | path

Searched refs:mii_discover_phy (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dmii_phy.h4 void mii_discover_phy(void);
/openbmc/u-boot/drivers/net/
H A Dmcfmii.c133 int mii_discover_phy(struct eth_device *dev) in mii_discover_phy() function
236 info->phy_addr = mii_discover_phy(dev); in __mii_init()
H A Dmpc8xx_fec.c40 static int mii_discover_phy(struct eth_device *dev);
621 efis->actual_phy_addr = mii_discover_phy(dev); in fec_init()
749 static int mii_discover_phy(struct eth_device *dev) in mii_discover_phy() function
/openbmc/u-boot/arch/m68k/include/asm/
H A Dfec.h344 int mii_discover_phy(struct eth_device *dev);
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dether_fcc.c219 mii_discover_phy(); in fec_init()