Home
last modified time | relevance | path

Searched refs:pfe_eth_board_init (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/board/freescale/ls1012afrdm/
H A Deth.c44 int pfe_eth_board_init(struct udevice *dev) in pfe_eth_board_init() function
/openbmc/u-boot/board/freescale/ls1012ardb/
H A Deth.c40 int pfe_eth_board_init(struct udevice *dev) in pfe_eth_board_init() function
/openbmc/u-boot/include/net/pfe_eth/
H A Dpfe_eth.h101 int pfe_eth_board_init(struct udevice *dev);
/openbmc/u-boot/board/freescale/ls1012aqds/
H A Deth.c129 int pfe_eth_board_init(struct udevice *dev) in pfe_eth_board_init() function
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_eth.c257 ret = pfe_eth_board_init(dev); in pfe_eth_probe()