Home
last modified time | relevance | path

Searched refs:cpu_eth_init (Results 1 – 25 of 78) sorted by relevance

1234

/u-boot/arch/arm/mach-rmobile/
A Demac.c14 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
/u-boot/arch/arm/mach-omap2/omap3/
A Demac.c18 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
/u-boot/arch/sh/cpu/sh4/
A Dcpu.c39 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
/u-boot/arch/arm/mach-lpc32xx/
A Dcpu.c75 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
/u-boot/board/ppcag/bg0900/
A Dbg0900.c63 ret = cpu_eth_init(bis); in board_eth_init()
/u-boot/board/keymile/kmp204x/
A Deth.c42 ret = cpu_eth_init(bis); in board_eth_init()
/u-boot/board/schulercontrol/sc_sps_1/
A Dsc_sps_1.c78 ret = cpu_eth_init(bis); in board_eth_init()
/u-boot/board/mpc8308_p1m/
A Dmpc8308_p1m.c79 rv = cpu_eth_init(bis); in board_eth_init()
/u-boot/board/freescale/ls1043ardb/
A Deth.c73 cpu_eth_init(bis); in board_eth_init()
/u-boot/board/Marvell/db-88f6720/
A Ddb-88f6720.c92 cpu_eth_init(bis); /* Built in controller(s) come first */ in board_eth_init()
/u-boot/board/kobol/helios4/
A Dhelios4.c129 cpu_eth_init(bis); /* Built in controller(s) come first */ in board_eth_init()
/u-boot/board/logicpd/am3517evm/
A Dam3517evm.c151 rv = cpu_eth_init(bis); in board_eth_init()
/u-boot/board/freescale/mx28evk/
A Dmx28evk.c108 ret = cpu_eth_init(bis); in board_eth_init()
/u-boot/net/
A Deth_legacy.c32 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 Deth_t208xrdb.c101 cpu_eth_init(bis); in board_eth_init()
/u-boot/board/varisys/cyrus/
A Deth.c93 cpu_eth_init(bis); in board_eth_init()
/u-boot/arch/m68k/cpu/mcf523x/
A Dcpu.c112 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
/u-boot/arch/m68k/cpu/mcf5445x/
A Dcpu.c116 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
/u-boot/board/Marvell/db-88f6820-amc/
A Ddb-88f6820-amc.c131 cpu_eth_init(bis); /* Built in controller(s) come first */ in board_eth_init()
/u-boot/board/Marvell/db-mv784mp-gp/
A Ddb-mv784mp-gp.c89 cpu_eth_init(bis); /* Built in controller(s) come first */ in board_eth_init()
/u-boot/board/freescale/ls1088a/
A Deth_ls1088ardb.c94 cpu_eth_init(bis); in board_eth_init()
/u-boot/arch/m68k/cpu/mcf547x_8x/
A Dcpu.c143 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
/u-boot/arch/m68k/cpu/mcf532x/
A Dcpu.c153 int cpu_eth_init(struct bd_info *bis) in cpu_eth_init() function
/u-boot/board/freescale/ls1046afrwy/
A Deth.c60 cpu_eth_init(bis); in board_eth_init()
/u-boot/board/liebherr/xea/
A Dxea.c149 cpu_eth_init(NULL); in board_init()

Completed in 32 milliseconds

1234