/openbmc/u-boot/scripts/coccinelle/net/ |
H A D | mdio_register.cocci | 1 /// Use mdio_alloc and mdio_register instead of miiphy_register 17 + struct mii_dev *mdiodev = mdio_alloc();
|
/openbmc/u-boot/include/ |
H A D | miiphy.h | 48 struct mii_dev *mdio_alloc(void);
|
/openbmc/u-boot/drivers/net/fm/ |
H A D | tgec_phy.c | 110 struct mii_dev *bus = mdio_alloc(); in fm_tgec_mdio_init()
|
H A D | memac_phy.c | 138 struct mii_dev *bus = mdio_alloc(); in fm_memac_mdio_init()
|
/openbmc/u-boot/drivers/net/ |
H A D | fsl_mdio.c | 96 struct mii_dev *bus = mdio_alloc(); in fsl_pq_mdio_init()
|
H A D | pic32_mdio.c | 107 bus = mdio_alloc(); in pic32_mdio_init()
|
H A D | mvgbe.c | 765 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 D | lpc32xx_eth.c | 559 bus = mdio_alloc(); in lpc32xx_eth_phylib_init() 630 struct mii_dev *mdiodev = mdio_alloc(); in lpc32xx_eth_initialize()
|
H A D | bcm-sf2-eth.c | 247 struct mii_dev *mdiodev = mdio_alloc(); in bcm_sf2_eth_register()
|
H A D | smc911x.c | 286 struct mii_dev *mdiodev = mdio_alloc(); in smc911x_initialize()
|
/openbmc/u-boot/board/gdsys/mpc8308/ |
H A D | strider.c | 180 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init() 262 struct mii_dev *mdiodev = mdio_alloc(); in last_stage_init()
|
H A D | hrcon.c | 163 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 D | README.drivers.eth | 86 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 D | eth.c | 98 struct mii_dev *bus = mdio_alloc(); in ls1021a_mdio_init()
|
/openbmc/u-boot/board/gdsys/common/ |
H A D | ihs_mdio.c | 147 struct mii_dev *bus = mdio_alloc(); in ihs_mdio_init()
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | cpsw_mdio.c | 140 cpsw_mdio->bus = mdio_alloc(); in cpsw_mdio_init()
|
/openbmc/u-boot/board/freescale/ls1012aqds/ |
H A D | eth.c | 96 struct mii_dev *bus = mdio_alloc(); in ls1012aqds_mdio_init()
|
/openbmc/u-boot/drivers/net/pfe_eth/ |
H A D | pfe_mdio.c | 254 bus = mdio_alloc(); in pfe_mdio_init()
|
/openbmc/u-boot/board/gdsys/a38x/ |
H A D | ihs_phys.c | 106 struct mii_dev *mdiodev = mdio_alloc(); in register_miiphy_bus()
|
/openbmc/u-boot/common/ |
H A D | miiphyutil.c | 67 struct mii_dev *mdio_alloc(void) in mdio_alloc() function
|
/openbmc/u-boot/board/freescale/corenet_ds/ |
H A D | eth_hydra.c | 155 struct mii_dev *bus = mdio_alloc(); in hydra_mdio_init()
|
H A D | eth_p4080.c | 187 struct mii_dev *bus = mdio_alloc(); in p4080ds_mdio_init()
|
/openbmc/u-boot/board/freescale/ls1046aqds/ |
H A D | eth.c | 120 struct mii_dev *bus = mdio_alloc(); in ls1046aqds_mdio_init()
|
/openbmc/u-boot/board/freescale/t102xqds/ |
H A D | eth_t102xqds.c | 133 struct mii_dev *bus = mdio_alloc(); in t1024qds_mdio_init()
|
/openbmc/u-boot/board/freescale/t1040qds/ |
H A D | eth.c | 147 struct mii_dev *bus = mdio_alloc(); in t1040_qds_mdio_init()
|