Home
last modified time | relevance | path

Searched refs:eth_get_dev_by_index (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/board/logicpd/zoom1/
Dzoom1.c134 dev = eth_get_dev_by_index(0); in board_eth_init()
/external/u-boot/board/freescale/common/
Dsgmii_riser.c43 while ((dev = eth_get_dev_by_index(++i)) != NULL) { in fsl_sgmii_riser_fdt_fixup()
/external/u-boot/board/renesas/blanche/
Dblanche.c326 dev = eth_get_dev_by_index(0); in board_eth_init()
/external/u-boot/net/
Deth_legacy.c73 struct eth_device *eth_get_dev_by_index(int index) in eth_get_dev_by_index() function
/external/u-boot/cmd/
Dbdinfo.c44 dev = eth_get_dev_by_index(i); in print_eths()
/external/u-boot/include/
Dnet.h196 struct eth_device *eth_get_dev_by_index(int index); /* get dev @ index */
/external/u-boot/board/gateworks/gw_ventana/
Dgw_ventana.c302 struct eth_device *dev = eth_get_dev_by_index(0); in board_eth_init()