Home
last modified time | relevance | path

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

123

/openbmc/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();
/openbmc/u-boot/include/
H A Dmiiphy.h48 struct mii_dev *mdio_alloc(void);
/openbmc/u-boot/drivers/net/fm/
H A Dtgec_phy.c110 struct mii_dev *bus = mdio_alloc(); in fm_tgec_mdio_init()
H A Dmemac_phy.c138 struct mii_dev *bus = mdio_alloc(); in fm_memac_mdio_init()
/openbmc/u-boot/drivers/net/
H A Dfsl_mdio.c96 struct mii_dev *bus = mdio_alloc(); in fsl_pq_mdio_init()
H A Dpic32_mdio.c107 bus = mdio_alloc(); in pic32_mdio_init()
H A Dmvgbe.c765 bus = mdio_alloc(); in mvgbe_phylib_init()
880 struct mii_dev *mdiodev = mdio_alloc(); in mvgbe_initialize()
960 bus = mdio_alloc(); in mvgbe_probe()
H A Dlpc32xx_eth.c559 bus = mdio_alloc(); in lpc32xx_eth_phylib_init()
630 struct mii_dev *mdiodev = mdio_alloc(); in lpc32xx_eth_initialize()
H A Dbcm-sf2-eth.c247 struct mii_dev *mdiodev = mdio_alloc(); in bcm_sf2_eth_register()
H A Dsmc911x.c286 struct mii_dev *mdiodev = mdio_alloc(); in smc911x_initialize()
/openbmc/u-boot/board/gdsys/mpc8308/
H A Dstrider.c180 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()
262 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()
H A Dhrcon.c163 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()
209 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()
/openbmc/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();
/openbmc/u-boot/board/freescale/ls1021aqds/
H A Deth.c98 struct mii_dev *bus = mdio_alloc(); in ls1021a_mdio_init()
/openbmc/u-boot/board/gdsys/common/
H A Dihs_mdio.c147 struct mii_dev *bus = mdio_alloc(); in ihs_mdio_init()
/openbmc/u-boot/drivers/net/ti/
H A Dcpsw_mdio.c140 cpsw_mdio->bus = mdio_alloc(); in cpsw_mdio_init()
/openbmc/u-boot/board/freescale/ls1012aqds/
H A Deth.c96 struct mii_dev *bus = mdio_alloc(); in ls1012aqds_mdio_init()
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_mdio.c254 bus = mdio_alloc(); in pfe_mdio_init()
/openbmc/u-boot/board/gdsys/a38x/
H A Dihs_phys.c106 struct mii_dev *mdiodev = mdio_alloc(); in register_miiphy_bus()
/openbmc/u-boot/common/
H A Dmiiphyutil.c67 struct mii_dev *mdio_alloc(void) in mdio_alloc() function
/openbmc/u-boot/board/freescale/corenet_ds/
H A Deth_hydra.c155 struct mii_dev *bus = mdio_alloc(); in hydra_mdio_init()
H A Deth_p4080.c187 struct mii_dev *bus = mdio_alloc(); in p4080ds_mdio_init()
/openbmc/u-boot/board/freescale/ls1046aqds/
H A Deth.c120 struct mii_dev *bus = mdio_alloc(); in ls1046aqds_mdio_init()
/openbmc/u-boot/board/freescale/t102xqds/
H A Deth_t102xqds.c133 struct mii_dev *bus = mdio_alloc(); in t1024qds_mdio_init()
/openbmc/u-boot/board/freescale/t1040qds/
H A Deth.c147 struct mii_dev *bus = mdio_alloc(); in t1040_qds_mdio_init()

123