| /OK3568_Linux_fs/u-boot/board/seco/mx6quq7/ |
| H A D | mx6quq7.c | 83 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | fec_mxc.c | 1029 int fec_probe(bd_t *bd, int dev_id, uint32_t base_addr, in fec_probe() function 1032 static int fec_probe(bd_t *bd, int dev_id, uint32_t base_addr, in fec_probe() 1155 ret = fec_probe(bd, dev_id, addr, bus, phydev); in fecmxc_initialize_multi() 1157 ret = fec_probe(bd, dev_id, addr, bus, phy_id); in fecmxc_initialize_multi()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | netdev.h | 144 int fec_probe(bd_t *bd, int dev_id, uint32_t base_addr,
|
| /OK3568_Linux_fs/u-boot/board/technologic/ts4800/ |
| H A D | ts4800.c | 222 ret = fec_probe(bd, dev_id, addr, bus, phydev); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/udoo/ |
| H A D | udoo.c | 203 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/tqc/tqma6/ |
| H A D | tqma6_mba6.c | 307 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/bachmann/ot1200/ |
| H A D | ot1200.c | 309 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/udoo/neo/ |
| H A D | neo.c | 314 ret = fec_probe(bis, CONFIG_FEC_ENET_DEV, base, bus, phydev); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/solidrun/mx6cuboxi/ |
| H A D | mx6cuboxi.c | 189 ret = fec_probe(bis, -1, IMX_FEC_BASE, bus, phydev); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/toradex/colibri_imx6/ |
| H A D | colibri_imx6.c | 433 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/ |
| H A D | nitrogen6x.c | 398 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/toradex/apalis_imx6/ |
| H A D | apalis_imx6.c | 501 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/congatec/cgtqmx6eval/ |
| H A D | cgtqmx6eval.c | 312 ret = fec_probe(bis, -1, IMX_FEC_BASE, bus, phydev); in board_eth_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | fec_main.c | 3595 fec_probe(struct platform_device *pdev) in fec_probe() function 4001 .probe = fec_probe,
|