Home
last modified time | relevance | path

Searched refs:mdio_alloc (Results 1 – 25 of 67) sorted by relevance

123

/OK3568_Linux_fs/u-boot/scripts/coccinelle/net/
H A Dmdio_register.cocci1 /// Use mdio_alloc and mdio_register instead of miiphy_register
17 + struct mii_dev *mdiodev = mdio_alloc();
/OK3568_Linux_fs/u-boot/common/
H A Dmiiphyutil.su
H A Dmiiphyutil.c68 struct mii_dev *mdio_alloc(void) in mdio_alloc() function
/OK3568_Linux_fs/u-boot/board/gdsys/common/
H A Dihs_mdio.c73 struct mii_dev *bus = mdio_alloc(); in ihs_mdio_init()
/OK3568_Linux_fs/u-boot/drivers/net/fm/
H A Dtgec_phy.c111 struct mii_dev *bus = mdio_alloc(); in fm_tgec_mdio_init()
H A Dmemac_phy.c139 struct mii_dev *bus = mdio_alloc(); in fm_memac_mdio_init()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dfsl_mdio.c97 struct mii_dev *bus = mdio_alloc(); in fsl_pq_mdio_init()
H A Dpic32_mdio.c108 bus = mdio_alloc(); in pic32_mdio_init()
H A Dxilinx_ll_temac_mdio.c153 struct mii_dev *bus = mdio_alloc(); in xilinx_ll_temac_mdio_initialize()
H A Dlpc32xx_eth.c562 bus = mdio_alloc(); in lpc32xx_eth_phylib_init()
633 struct mii_dev *mdiodev = mdio_alloc(); in lpc32xx_eth_initialize()
H A Dmvgbe.c655 bus = mdio_alloc(); in mvgbe_phylib_init()
773 struct mii_dev *mdiodev = mdio_alloc(); in mvgbe_initialize()
H A Dbcm-sf2-eth.c248 struct mii_dev *mdiodev = mdio_alloc(); in bcm_sf2_eth_register()
H A Dsmc911x.c287 struct mii_dev *mdiodev = mdio_alloc(); in smc911x_initialize()
H A Dkeystone_net.c708 mdio_bus = mdio_alloc(); in keystone2_emac_initialize()
924 mdio_bus = mdio_alloc(); in ks2_eth_probe()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.drivers.eth86 bus = mdio_alloc();
195 a call to mdio_alloc() and mdio_register() like so:
196 bus = mdio_alloc();
/OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/
H A Dstrider.c183 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()
265 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()
H A Dhrcon.c166 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()
212 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()
/OK3568_Linux_fs/u-boot/net/
H A Dmdio-uclass.c73 pdata->mii_bus = mdio_alloc(); in dm_mdio_post_probe()
/OK3568_Linux_fs/u-boot/include/
H A Dmiiphy.h48 struct mii_dev *mdio_alloc(void);
/OK3568_Linux_fs/u-boot/board/freescale/ls1021aqds/
H A Deth.c99 struct mii_dev *bus = mdio_alloc(); in ls1021a_mdio_init()
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_eth.c294 struct mii_dev *mdiodev = mdio_alloc(); in au1x00_enet_initialize()
/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Dihs_phys.c106 struct mii_dev *mdiodev = mdio_alloc(); in register_miiphy_bus()
/OK3568_Linux_fs/u-boot/board/freescale/corenet_ds/
H A Deth_hydra.c156 struct mii_dev *bus = mdio_alloc(); in hydra_mdio_init()
/OK3568_Linux_fs/u-boot/board/freescale/ls1046aqds/
H A Deth.c120 struct mii_dev *bus = mdio_alloc(); in ls1046aqds_mdio_init()
/OK3568_Linux_fs/u-boot/board/freescale/t102xqds/
H A Deth_t102xqds.c134 struct mii_dev *bus = mdio_alloc(); in t1024qds_mdio_init()

123