Searched refs:bi_enet1addr (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/arch/powerpc/boot/ |
H A D | cuboot-hotfoot.c | 38 dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr); in hotfoot_fixups() 41 if ((bd.bi_enet1addr[0] == 0) && in hotfoot_fixups() 42 (bd.bi_enet1addr[1] == 0) && in hotfoot_fixups() 43 (bd.bi_enet1addr[2] == 0) && in hotfoot_fixups() 44 (bd.bi_enet1addr[3] == 0) && in hotfoot_fixups() 45 (bd.bi_enet1addr[4] == 0) && in hotfoot_fixups() 46 (bd.bi_enet1addr[5] == 0)) { in hotfoot_fixups()
|
H A D | ppcboot-hotfoot.h | 55 unsigned char bi_enet1addr[6]; member 89 unsigned char bi_enet1addr[6]; member
|
H A D | cuboot-bamboo.c | 27 bamboo_init(&bd.bi_enetaddr, &bd.bi_enet1addr); in platform_init()
|
H A D | cuboot-ebony.c | 27 ebony_init(&bd.bi_enetaddr, &bd.bi_enet1addr); in platform_init()
|
H A D | cuboot-taishan.c | 41 dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr); in taishan_fixups()
|
H A D | cuboot-rainier.c | 43 dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr); in rainier_fixups()
|
H A D | cuboot-sequoia.c | 43 dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr); in sequoia_fixups()
|
H A D | cuboot-sam440ep.c | 35 dt_fixup_mac_addresses(&bd.bi_enetaddr, &bd.bi_enet1addr); in sam440ep_fixups()
|
H A D | cuboot-yosemite.c | 30 dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr); in yosemite_fixups()
|
H A D | cuboot-kilauea.c | 35 dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr); in kilauea_fixups()
|
H A D | cuboot-8xx.c | 25 dt_fixup_mac_addresses(bd.bi_enetaddr, bd.bi_enet1addr); in platform_fixups()
|
H A D | mvme7100.c | 42 dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr); in mvme7100_fixups()
|
H A D | cuboot-83xx.c | 25 dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr); in platform_fixups()
|
H A D | cuboot-85xx.c | 26 dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr); in platform_fixups()
|
H A D | ppcboot.h | 69 unsigned char bi_enet1addr[6]; member
|
H A D | cuboot-85xx-cpm2.c | 26 dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr); in platform_fixups()
|
H A D | cuboot-pq2.c | 247 dt_fixup_mac_addresses(bd.bi_enetaddr, bd.bi_enet1addr); in pq2_platform_fixups()
|
/openbmc/u-boot/include/asm-generic/ |
H A D | u-boot.h | 71 unsigned char bi_enet1addr[6]; /* OLD: see README.enetaddr */ member
|
/openbmc/u-boot/common/ |
H A D | board_r.c | 498 eth_env_get_enetaddr("eth1addr", bd->bi_enet1addr); in initr_ethaddr()
|