Symbol: dt_fixup_mac_address_by_alias
arch/powerpc/boot/bamboo.c
33
dt_fixup_mac_address_by_alias("ethernet0", bamboo_mac0);
arch/powerpc/boot/bamboo.c
34
dt_fixup_mac_address_by_alias("ethernet1", bamboo_mac1);
arch/powerpc/boot/cuboot-83xx.c
24
dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
arch/powerpc/boot/cuboot-83xx.c
25
dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
arch/powerpc/boot/cuboot-85xx-cpm2.c
25
dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
arch/powerpc/boot/cuboot-85xx-cpm2.c
26
dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
arch/powerpc/boot/cuboot-85xx-cpm2.c
27
dt_fixup_mac_address_by_alias("ethernet2", bd.bi_enet2addr);
arch/powerpc/boot/cuboot-85xx.c
25
dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
arch/powerpc/boot/cuboot-85xx.c
26
dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
arch/powerpc/boot/cuboot-85xx.c
27
dt_fixup_mac_address_by_alias("ethernet2", bd.bi_enet2addr);
arch/powerpc/boot/cuboot-85xx.c
28
dt_fixup_mac_address_by_alias("ethernet3", bd.bi_enet3addr);
arch/powerpc/boot/cuboot-rainier.c
42
dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
arch/powerpc/boot/cuboot-rainier.c
43
dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
arch/powerpc/boot/cuboot-sequoia.c
42
dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
arch/powerpc/boot/cuboot-sequoia.c
43
dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
arch/powerpc/boot/cuboot-taishan.c
40
dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
arch/powerpc/boot/cuboot-taishan.c
41
dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
arch/powerpc/boot/cuboot-warp.c
23
dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
arch/powerpc/boot/cuboot-yosemite.c
29
dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
arch/powerpc/boot/cuboot-yosemite.c
30
dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
arch/powerpc/boot/ebony.c
74
dt_fixup_mac_address_by_alias("ethernet0", ebony_mac0);
arch/powerpc/boot/ebony.c
75
dt_fixup_mac_address_by_alias("ethernet1", ebony_mac1);
arch/powerpc/boot/mvme7100.c
41
dt_fixup_mac_address_by_alias("ethernet0", bd.bi_enetaddr);
arch/powerpc/boot/mvme7100.c
42
dt_fixup_mac_address_by_alias("ethernet1", bd.bi_enet1addr);
arch/powerpc/boot/mvme7100.c
43
dt_fixup_mac_address_by_alias("ethernet2", bd.bi_enet2addr);
arch/powerpc/boot/mvme7100.c
44
dt_fixup_mac_address_by_alias("ethernet3", bd.bi_enet3addr);
arch/powerpc/boot/ops.h
194
void dt_fixup_mac_address_by_alias(const char *alias, const u8 *addr);