Searched refs:FM2_10GEC1 (Results 1 – 9 of 9) sorted by relevance
/u-boot/board/freescale/t4rdb/ |
A D | eth.c | 116 fm_info_set_phy_address(FM2_10GEC1, FM2_10GEC2_PHY_ADDR); in board_eth_init() 136 for (i = FM2_10GEC1; i < FM2_10GEC1 + CONFIG_SYS_NUM_FM2_10GEC; i++) { in board_eth_init()
|
/u-boot/board/freescale/common/ |
A D | fman.c | 82 [FM2_10GEC1] = XAUI_FM2, in serdes_device_from_fm_port() 85 if ((port < FM1_DTSEC1) || (port > FM2_10GEC1)) in serdes_device_from_fm_port()
|
/u-boot/drivers/net/fm/ |
A D | p4080.c | 22 [FM2_10GEC1] = FSL_CORENET_DEVDISR2_10GEC2, 62 if ((port == FM2_10GEC1) && (is_serdes_configured(XAUI_FM2))) in fman_port_enet_if()
|
A D | p5040.c | 24 [FM2_10GEC1] = FSL_CORENET_DEVDISR2_10GEC2, 64 if ((port == FM2_10GEC1) && (is_serdes_configured(XAUI_FM2))) in fman_port_enet_if()
|
A D | t4240.c | 32 [FM2_10GEC1] = FSL_CORENET_DEVDISR2_10GEC2_1, 78 if ((port == FM2_10GEC1 || port == FM2_10GEC2) && in fman_port_enet_if()
|
A D | init.c | 281 ((info->port == FM2_DTSEC9) && (PORT_IS_ENABLED(FM2_10GEC1))) || in ft_fixup_port() 283 ((info->port == FM2_10GEC1) && (PORT_IS_ENABLED(FM2_DTSEC9))) || in ft_fixup_port()
|
/u-boot/board/freescale/corenet_ds/ |
A D | eth_p4080.c | 340 fm_info_set_phy_address(FM2_10GEC1, CONFIG_SYS_FM2_10GEC1_PHY_ADDR); in board_eth_init() 458 for (i = FM2_10GEC1; i < FM2_10GEC1 + CONFIG_SYS_NUM_FM2_10GEC; i++) { in board_eth_init() 459 int idx = i - FM2_10GEC1, lane, slot; in board_eth_init()
|
A D | eth_superhydra.c | 489 fm_info_set_phy_address(FM2_10GEC1, CONFIG_SYS_FM1_10GEC1_PHY_ADDR); in board_eth_init() 774 fm_info_set_mdio(FM2_10GEC1, in board_eth_init()
|
/u-boot/include/ |
A D | fm_eth.h | 35 FM2_10GEC1, enumerator
|
Completed in 9 milliseconds