Home
last modified time | relevance | path

Searched refs:bi_enet2addr (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/powerpc/boot/
H A Dmvme7100.c43 dt_fixup_mac_address_by_alias("ethernet2", bd.bi_enet2addr); in mvme7100_fixups()
H A Dcuboot-85xx.c27 dt_fixup_mac_address_by_alias("ethernet2", bd.bi_enet2addr); in platform_fixups()
H A Dppcboot.h75 unsigned char bi_enet2addr[6]; member
H A Dcuboot-85xx-cpm2.c27 dt_fixup_mac_address_by_alias("ethernet2", bd.bi_enet2addr); in platform_fixups()
H A Dppcboot-hotfoot.h95 unsigned char bi_enet2addr[6]; member
/openbmc/u-boot/include/asm-generic/
H A Du-boot.h74 unsigned char bi_enet2addr[6]; /* OLD: see README.enetaddr */ member
/openbmc/u-boot/common/
H A Dboard_r.c501 eth_env_get_enetaddr("eth2addr", bd->bi_enet2addr); in initr_ethaddr()