Home
last modified time | relevance | path

Searched refs:bi_enet3addr (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/boot/
H A Dmvme7100.c44 dt_fixup_mac_address_by_alias("ethernet3", bd.bi_enet3addr); in mvme7100_fixups()
H A Dcuboot-85xx.c28 dt_fixup_mac_address_by_alias("ethernet3", bd.bi_enet3addr); in platform_fixups()
H A Dppcboot.h80 unsigned char bi_enet3addr[6]; member
H A Dppcboot-hotfoot.h100 unsigned char bi_enet3addr[6]; member
/openbmc/u-boot/include/asm-generic/
H A Du-boot.h77 unsigned char bi_enet3addr[6]; /* OLD: see README.enetaddr */ member
/openbmc/u-boot/common/
H A Dboard_r.c504 eth_env_get_enetaddr("eth3addr", bd->bi_enet3addr); in initr_ethaddr()