Home
last modified time | relevance | path

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

/external/u-boot/include/
Dmii_phy.h4 void mii_discover_phy(void);
/external/u-boot/drivers/net/
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()
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
/external/u-boot/arch/m68k/include/asm/
Dfec.h344 int mii_discover_phy(struct eth_device *dev);
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dether_fcc.c219 mii_discover_phy(); in fec_init()