Home
last modified time | relevance | path

Searched refs:tgec_mdio_info (Results 1 – 15 of 15) sorted by relevance

/external/u-boot/board/freescale/ls1043ardb/
Deth.c20 struct memac_mdio_info tgec_mdio_info; in board_eth_init() local
37 tgec_mdio_info.regs = in board_eth_init()
39 tgec_mdio_info.name = DEFAULT_FM_TGEC_MDIO_NAME; in board_eth_init()
42 fm_memac_mdio_init(bis, &tgec_mdio_info); in board_eth_init()
/external/u-boot/board/freescale/p2041rdb/
Deth.c126 struct tgec_mdio_info tgec_mdio_info; in board_eth_init() local
141 tgec_mdio_info.regs = in board_eth_init()
143 tgec_mdio_info.name = DEFAULT_FM_TGEC_MDIO_NAME; in board_eth_init()
146 fm_tgec_mdio_init(bis, &tgec_mdio_info); in board_eth_init()
/external/u-boot/board/freescale/t208xrdb/
Deth_t208xrdb.c31 struct memac_mdio_info tgec_mdio_info; in board_eth_init() local
48 tgec_mdio_info.regs = in board_eth_init()
50 tgec_mdio_info.name = DEFAULT_FM_TGEC_MDIO_NAME; in board_eth_init()
53 fm_memac_mdio_init(bis, &tgec_mdio_info); in board_eth_init()
/external/u-boot/board/freescale/ls1046ardb/
Deth.c20 struct memac_mdio_info tgec_mdio_info; in board_eth_init() local
37 tgec_mdio_info.regs = in board_eth_init()
39 tgec_mdio_info.name = DEFAULT_FM_TGEC_MDIO_NAME; in board_eth_init()
42 fm_memac_mdio_init(bis, &tgec_mdio_info); in board_eth_init()
/external/u-boot/board/freescale/t102xrdb/
Deth_t102xrdb.c32 struct memac_mdio_info tgec_mdio_info; in board_eth_init() local
49 tgec_mdio_info.regs = in board_eth_init()
51 tgec_mdio_info.name = DEFAULT_FM_TGEC_MDIO_NAME; in board_eth_init()
54 fm_memac_mdio_init(bis, &tgec_mdio_info); in board_eth_init()
/external/u-boot/board/freescale/t4rdb/
Deth.c42 struct memac_mdio_info tgec_mdio_info; in board_eth_init() local
62 tgec_mdio_info.regs = in board_eth_init()
64 tgec_mdio_info.name = DEFAULT_FM_TGEC_MDIO_NAME; in board_eth_init()
67 fm_memac_mdio_init(bis, &tgec_mdio_info); in board_eth_init()
/external/u-boot/board/freescale/corenet_ds/
Deth_hydra.c369 struct tgec_mdio_info tgec_mdio_info; in board_eth_init() local
390 tgec_mdio_info.regs = in board_eth_init()
392 tgec_mdio_info.name = DEFAULT_FM_TGEC_MDIO_NAME; in board_eth_init()
395 fm_tgec_mdio_init(bis, &tgec_mdio_info); in board_eth_init()
Deth_p4080.c294 struct tgec_mdio_info tgec_mdio_info; in board_eth_init() local
311 tgec_mdio_info.regs = in board_eth_init()
313 tgec_mdio_info.name = DEFAULT_FM_TGEC_MDIO_NAME; in board_eth_init()
316 fm_tgec_mdio_init(bis, &tgec_mdio_info); in board_eth_init()
Deth_superhydra.c420 struct tgec_mdio_info tgec_mdio_info; in board_eth_init() local
446 tgec_mdio_info.regs = in board_eth_init()
448 tgec_mdio_info.name = DEFAULT_FM_TGEC_MDIO_NAME; in board_eth_init()
451 fm_tgec_mdio_init(bis, &tgec_mdio_info); in board_eth_init()
/external/u-boot/board/freescale/t102xqds/
Deth_t102xqds.c257 struct memac_mdio_info tgec_mdio_info; in board_eth_init() local
279 tgec_mdio_info.regs = in board_eth_init()
281 tgec_mdio_info.name = DEFAULT_FM_TGEC_MDIO_NAME; in board_eth_init()
284 fm_memac_mdio_init(bis, &tgec_mdio_info); in board_eth_init()
/external/u-boot/board/freescale/ls1043aqds/
Deth.c299 struct memac_mdio_info tgec_mdio_info; in board_eth_init() local
319 tgec_mdio_info.regs = in board_eth_init()
321 tgec_mdio_info.name = DEFAULT_FM_TGEC_MDIO_NAME; in board_eth_init()
324 fm_memac_mdio_init(bis, &tgec_mdio_info); in board_eth_init()
/external/u-boot/include/
Dfm_eth.h180 struct tgec_mdio_info { struct
190 int fm_tgec_mdio_init(bd_t *bis, struct tgec_mdio_info *info); argument
/external/u-boot/board/freescale/t208xqds/
Deth_t208xqds.c518 struct memac_mdio_info tgec_mdio_info; in board_eth_init() local
541 tgec_mdio_info.regs = in board_eth_init()
543 tgec_mdio_info.name = DEFAULT_FM_TGEC_MDIO_NAME; in board_eth_init()
546 fm_memac_mdio_init(bis, &tgec_mdio_info); in board_eth_init()
/external/u-boot/board/freescale/t4qds/
Deth.c491 struct memac_mdio_info tgec_mdio_info; in board_eth_init() local
514 tgec_mdio_info.regs = in board_eth_init()
516 tgec_mdio_info.name = DEFAULT_FM_TGEC_MDIO_NAME; in board_eth_init()
519 fm_memac_mdio_init(bis, &tgec_mdio_info); in board_eth_init()
/external/u-boot/drivers/net/fm/
Dtgec_phy.c108 int fm_tgec_mdio_init(bd_t *bis, struct tgec_mdio_info *info) in fm_tgec_mdio_init()