Home
last modified time | relevance | path

Searched refs:fec_probe (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/board/seco/mx6quq7/
H A Dmx6quq7.c82 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
/openbmc/u-boot/include/
H A Dnetdev.h120 int fec_probe(bd_t *bd, int dev_id, uint32_t base_addr,
/openbmc/u-boot/board/technologic/ts4800/
H A Dts4800.c223 ret = fec_probe(bd, dev_id, addr, bus, phydev); in board_eth_init()
/openbmc/u-boot/board/udoo/
H A Dudoo.c202 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
/openbmc/u-boot/board/tqc/tqma6/
H A Dtqma6_mba6.c304 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
/openbmc/u-boot/drivers/net/
H A Dfec_mxc.c1082 int fec_probe(bd_t *bd, int dev_id, uint32_t base_addr, in fec_probe() function
1085 static int fec_probe(bd_t *bd, int dev_id, uint32_t base_addr, in fec_probe()
1208 ret = fec_probe(bd, dev_id, addr, bus, phydev); in fecmxc_initialize_multi()
1210 ret = fec_probe(bd, dev_id, addr, bus, phy_id); in fecmxc_initialize_multi()
/openbmc/u-boot/board/dhelectronics/dh_imx6/
H A Ddh_imx6.c185 return fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
/openbmc/u-boot/board/bachmann/ot1200/
H A Dot1200.c308 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
/openbmc/u-boot/board/liebherr/display5/
H A Ddisplay5.c314 ret = fec_probe(bd, -1, IMX_FEC_BASE, bus, phydev); in board_eth_init()
/openbmc/u-boot/board/sks-kinkel/sksimx6/
H A Dsksimx6.c157 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
/openbmc/u-boot/board/udoo/neo/
H A Dneo.c313 ret = fec_probe(bis, CONFIG_FEC_ENET_DEV, base, bus, phydev); in board_eth_init()
/openbmc/u-boot/board/solidrun/mx6cuboxi/
H A Dmx6cuboxi.c330 ret = fec_probe(bis, -1, IMX_FEC_BASE, bus, phydev); in board_eth_init()
/openbmc/u-boot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c397 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
/openbmc/u-boot/board/toradex/colibri_imx6/
H A Dcolibri_imx6.c433 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
/openbmc/u-boot/board/toradex/apalis_imx6/
H A Dapalis_imx6.c501 ret = fec_probe(bis, -1, base, bus, phydev); in board_eth_init()
/openbmc/u-boot/board/congatec/cgtqmx6eval/
H A Dcgtqmx6eval.c312 ret = fec_probe(bis, -1, IMX_FEC_BASE, bus, phydev); in board_eth_init()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c4274 fec_probe(struct platform_device *pdev) in fec_probe() function
4740 .probe = fec_probe,