Searched refs:mdio_register (Results 1 - 25 of 50) sorted by relevance

12

/u-boot/drivers/net/fm/
H A Dtgec_phy.c124 return mdio_register(bus);
/u-boot/drivers/net/mscc_eswitch/
H A Dmscc_miim.c98 if (mdio_register(bus))
H A Dfelix_switch.c319 err = mdio_register(mii_bus);
/u-boot/drivers/net/
H A Dpic32_mdio.c120 return mdio_register(bus);
H A Dfsl_mdio.c150 return mdio_register(bus);
H A Dbcm-sf2-eth.c258 retval = mdio_register(mdiodev);
H A Dbcm6348-eth.c379 return mdio_register(bus);
H A Dsunxi_emac.c270 ret = mdio_register(priv->bus);
H A Dpch_gbe.c409 return mdio_register(bus);
H A Dbcmgenet.c597 return mdio_register(bus);
H A Dethoc.c600 ret = mdio_register(bus);
H A Dfsl_enetc.c273 mdio_register(&priv->imdio);
H A Dmcffec.c553 retval = mdio_register(info->bus);
H A Dmpc8xx_fec.c141 retval = mdio_register(mdiodev);
/u-boot/include/
H A Dmiiphy.h49 int mdio_register(struct mii_dev *bus);
/u-boot/board/gdsys/common/
H A Dihs_mdio.c163 return mdio_register(bus);
/u-boot/common/
H A Dmiiphyutil.c90 int mdio_register(struct mii_dev *bus) function
97 printf("mdio_register: non unique device name '%s'\n",
120 return mdio_register(bus);
/u-boot/drivers/net/pfe_eth/
H A Dpfe_mdio.c273 ret = mdio_register(bus);
275 printf("mdio_register failed\n");
/u-boot/board/freescale/ls1012aqds/
H A Deth.c127 return mdio_register(bus);
/u-boot/board/gdsys/a38x/
H A Dihs_phys.c118 retval = mdio_register(mdiodev);
/u-boot/net/
H A Dmdio-uclass.c198 return mdio_register(pdata->mii_bus);
/u-boot/drivers/net/octeontx/
H A Dsmi.c356 ret = mdio_register(bus);
/u-boot/board/freescale/ls1043aqds/
H A Deth.c159 return mdio_register(bus);
/u-boot/board/freescale/ls1046aqds/
H A Deth.c155 return mdio_register(bus);
/u-boot/drivers/usb/eth/
H A Dlan7x.c200 ret = mdio_register(priv->mdiobus);
202 printf("mdio_register failed\n");

Completed in 207 milliseconds

12