Home
last modified time | relevance | path

Searched refs:MDIO_NAME_LEN (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dxilinx_ll_temac_mdio.c167 strncpy(bus->name, info->name, MDIO_NAME_LEN); in xilinx_ll_temac_mdio_initialize()
169 snprintf(bus->name, MDIO_NAME_LEN, "lltemii.%p", info->regs); in xilinx_ll_temac_mdio_initialize()
H A Dxilinx_ll_temac.h304 char mdio_busname[MDIO_NAME_LEN];
H A Dbcm-sf2-eth.c252 strncpy(mdiodev->name, dev->name, MDIO_NAME_LEN); in bcm_sf2_eth_register()
H A Dsmc911x.c290 strncpy(mdiodev->name, dev->name, MDIO_NAME_LEN); in smc911x_initialize()
H A Dxilinx_ll_temac.c339 strncpy(ll_temac->mdio_busname, devinf->mdio_busname, MDIO_NAME_LEN); in xilinx_ll_temac_initialize()
H A Dmacb.c934 strncpy(mdiodev->name, netdev->name, MDIO_NAME_LEN); in macb_eth_initialize()
1060 strncpy(macb->bus->name, dev->name, MDIO_NAME_LEN); in macb_eth_probe()
H A Dftmac110.c478 strncpy(mdiodev->name, dev->name, MDIO_NAME_LEN); in ftmac110_initialize()
H A Dat91_emac.c509 strncpy(mdiodev->name, dev->name, MDIO_NAME_LEN); in at91emac_register()
H A Dlpc32xx_eth.c636 strncpy(mdiodev->name, dev->name, MDIO_NAME_LEN); in lpc32xx_eth_initialize()
H A Dep93xx_eth.c428 strncpy(mdiodev->name, "ep93xx_eth0", MDIO_NAME_LEN); in ep93xx_miiphy_initialize()
H A Dfsl_mcdmafec.c563 strncpy(mdiodev->name, dev->name, MDIO_NAME_LEN); in mcdmafec_initialize()
H A Dmvgbe.c776 strncpy(mdiodev->name, dev->name, MDIO_NAME_LEN); in mvgbe_initialize()
H A Darmada100_fec.c719 strncpy(mdiodev->name, dev->name, MDIO_NAME_LEN); in armada100_fec_register()
H A Dsh_eth.c573 strncpy(mdiodev->name, dev->name, MDIO_NAME_LEN); in sh_eth_initialize()
H A Ddavinci_emac.c876 strncpy(mdiodev->name, phy[i].name, MDIO_NAME_LEN); in davinci_emac_initialize()
H A Dmpc8xx_fec.c160 strncpy(mdiodev->name, dev->name, MDIO_NAME_LEN); in fec_initialize()
/OK3568_Linux_fs/u-boot/include/
H A Dphy.h56 #define MDIO_NAME_LEN 32 macro
60 char name[MDIO_NAME_LEN];
/OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/
H A Dstrider.c186 strncpy(mdiodev->name, bb_miiphy_buses[0].name, MDIO_NAME_LEN); in last_stage_init()
269 MDIO_NAME_LEN); in last_stage_init()
H A Dhrcon.c169 strncpy(mdiodev->name, bb_miiphy_buses[0].name, MDIO_NAME_LEN); in last_stage_init()
216 MDIO_NAME_LEN); in last_stage_init()
/OK3568_Linux_fs/u-boot/net/
H A Dmdio-uclass.c78 strncpy(pdata->mii_bus->name, dev->name, MDIO_NAME_LEN); in dm_mdio_post_probe()
/OK3568_Linux_fs/u-boot/scripts/coccinelle/net/
H A Dmdio_register.cocci19 + strncpy(mdiodev->name, devname, MDIO_NAME_LEN);
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_eth.c297 strncpy(mdiodev->name, dev->name, MDIO_NAME_LEN); in au1x00_enet_initialize()
/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Dihs_phys.c113 MDIO_NAME_LEN); in register_miiphy_bus()
/OK3568_Linux_fs/u-boot/common/
H A Dmiiphyutil.c115 ret = snprintf(bus->name, MDIO_NAME_LEN, "eth%d", seq); in mdio_register_seq()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dether_fcc.c448 strncpy(mdiodev->name, dev->name, MDIO_NAME_LEN); in fec_initialize()

12