/u-boot/arch/arm/mach-rmobile/ |
A D | emac.c | 14 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
|
/u-boot/arch/arm/mach-omap2/omap3/ |
A D | emac.c | 18 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
|
/u-boot/arch/sh/cpu/sh4/ |
A D | cpu.c | 39 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
|
/u-boot/arch/arm/mach-lpc32xx/ |
A D | cpu.c | 75 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
|
/u-boot/board/ppcag/bg0900/ |
A D | bg0900.c | 63 ret = cpu_eth_init(bis); in board_eth_init()
|
/u-boot/board/keymile/kmp204x/ |
A D | eth.c | 42 ret = cpu_eth_init(bis); in board_eth_init()
|
/u-boot/board/schulercontrol/sc_sps_1/ |
A D | sc_sps_1.c | 78 ret = cpu_eth_init(bis); in board_eth_init()
|
/u-boot/board/mpc8308_p1m/ |
A D | mpc8308_p1m.c | 79 rv = cpu_eth_init(bis); in board_eth_init()
|
/u-boot/board/freescale/ls1043ardb/ |
A D | eth.c | 73 cpu_eth_init(bis); in board_eth_init()
|
/u-boot/board/Marvell/db-88f6720/ |
A D | db-88f6720.c | 92 cpu_eth_init(bis); /* Built in controller(s) come first */ in board_eth_init()
|
/u-boot/board/kobol/helios4/ |
A D | helios4.c | 129 cpu_eth_init(bis); /* Built in controller(s) come first */ in board_eth_init()
|
/u-boot/board/logicpd/am3517evm/ |
A D | am3517evm.c | 151 rv = cpu_eth_init(bis); in board_eth_init()
|
/u-boot/board/freescale/mx28evk/ |
A D | mx28evk.c | 108 ret = cpu_eth_init(bis); in board_eth_init()
|
/u-boot/net/ |
A D | eth_legacy.c | 32 int cpu_eth_init(struct bd_info *bis) __attribute__((weak, alias("__def_eth_init"))); 257 } else if (cpu_eth_init != __def_eth_init) { in eth_initialize() 258 if (cpu_eth_init(gd->bd) < 0) in eth_initialize()
|
/u-boot/board/freescale/t208xrdb/ |
A D | eth_t208xrdb.c | 101 cpu_eth_init(bis); in board_eth_init()
|
/u-boot/board/varisys/cyrus/ |
A D | eth.c | 93 cpu_eth_init(bis); in board_eth_init()
|
/u-boot/arch/m68k/cpu/mcf523x/ |
A D | cpu.c | 112 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
|
/u-boot/arch/m68k/cpu/mcf5445x/ |
A D | cpu.c | 116 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
|
/u-boot/board/Marvell/db-88f6820-amc/ |
A D | db-88f6820-amc.c | 131 cpu_eth_init(bis); /* Built in controller(s) come first */ in board_eth_init()
|
/u-boot/board/Marvell/db-mv784mp-gp/ |
A D | db-mv784mp-gp.c | 89 cpu_eth_init(bis); /* Built in controller(s) come first */ in board_eth_init()
|
/u-boot/board/freescale/ls1088a/ |
A D | eth_ls1088ardb.c | 94 cpu_eth_init(bis); in board_eth_init()
|
/u-boot/arch/m68k/cpu/mcf547x_8x/ |
A D | cpu.c | 143 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
|
/u-boot/arch/m68k/cpu/mcf532x/ |
A D | cpu.c | 153 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
|
/u-boot/board/freescale/ls1046afrwy/ |
A D | eth.c | 60 cpu_eth_init(bis); in board_eth_init()
|
/u-boot/board/liebherr/xea/ |
A D | xea.c | 149 cpu_eth_init(NULL); in board_init()
|