Searched refs:fec_probe (Results 1 – 9 of 9) sorted by relevance
| /u-boot/board/seco/mx6quq7/ |
| A D | mx6quq7.c | 85 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
|
| /u-boot/include/ |
| A D | netdev.h | 126 int fec_probe(struct bd_info *bd, int dev_id, uint32_t base_addr,
|
| /u-boot/board/technologic/ts4800/ |
| A D | ts4800.c | 228 ret = fec_probe(bd, dev_id, addr, bus, phydev); in board_eth_init()
|
| /u-boot/board/udoo/ |
| A D | udoo.c | 207 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
|
| /u-boot/board/bachmann/ot1200/ |
| A D | ot1200.c | 312 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
|
| /u-boot/drivers/net/ |
| A D | fec_mxc.c | 1106 int fec_probe(struct bd_info *bd, int dev_id, uint32_t base_addr, in fec_probe() function 1109 static int fec_probe(struct bd_info *bd, int dev_id, uint32_t base_addr, in fec_probe() 1240 ret = fec_probe(bd, dev_id, addr, bus, phydev); in fecmxc_initialize_multi() 1242 ret = fec_probe(bd, dev_id, addr, bus, phy_id); in fecmxc_initialize_multi()
|
| /u-boot/board/udoo/neo/ |
| A D | neo.c | 318 ret = fec_probe(bis, CONFIG_FEC_ENET_DEV, base, bus, phydev); in board_eth_init()
|
| /u-boot/board/boundary/nitrogen6x/ |
| A D | nitrogen6x.c | 354 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
|
| /u-boot/board/congatec/cgtqmx6eval/ |
| A D | cgtqmx6eval.c | 317 ret = fec_probe(bis, -1, IMX_FEC_BASE, bus, phydev); in board_eth_init()
|
Completed in 21 milliseconds