Home
last modified time | relevance | path

Searched refs:board_eth_init (Results 1 – 25 of 223) sorted by relevance

123456789

/external/u-boot/net/
Deth_legacy.c27 int board_eth_init(bd_t *bis) __attribute__((weak, alias("__def_eth_init")));
248 if (board_eth_init != __def_eth_init) { in eth_initialize()
249 if (board_eth_init(gd->bd) < 0) in eth_initialize()
/external/u-boot/board/ti/evm/
Devm.c299 int board_eth_init(bd_t *bis) in board_eth_init() function
349 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/abilis/tb100/
Dtb100.c16 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/BuR/common/
Dbur_common.h22 int board_eth_init(bd_t *bis);
/external/u-boot/board/renesas/MigoR/
Dmigo_r.c33 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/ms7722se/
Dms7722se.c39 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/spear/spear600/
Dspear600.c45 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/atmel/at91rm9200ek/
Dat91rm9200ek.c56 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/renesas/r7780mp/
Dr7780mp.c58 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/renesas/r2dplus/
Dr2dplus.c54 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/qemu-mips/
Dqemu-mips.c79 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/h2200/
Dh2200.c17 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/spear/spear300/
Dspear300.c50 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/renesas/r0p7734/
Dr0p7734.c52 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/ti/sdp4430/
Dsdp.c35 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/renesas/sh7785lcr/
Dsh7785lcr.c29 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/broadcom/bcm_ep/
Dboard.c74 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/renesas/rsk7269/
Drsk7269.c54 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/renesas/rsk7264/
Drsk7264.c53 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/renesas/rsk7203/
Drsk7203.c52 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/ppcag/bg0900/
Dbg0900.c52 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/spear/spear320/
Dspear320.c62 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/spear/spear310/
Dspear310.c51 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/samsung/smdkc100/
Dsmdkc100.c70 int board_eth_init(bd_t *bis) in board_eth_init() function
/external/u-boot/board/keymile/kmp204x/
Deth.c13 int board_eth_init(bd_t *bis) in board_eth_init() function

123456789