Searched refs:FM2_DTSEC1 (Results 1 – 9 of 9) sorted by relevance
/u-boot/drivers/net/fm/ |
A D | p4080.c | 18 [FM2_DTSEC1] = FSL_CORENET_DEVDISR2_DTSEC2_1, 74 if ((port == FM2_DTSEC1) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC2) == in fman_port_enet_if() 86 case FM2_DTSEC1: in fman_port_enet_if() 90 if (is_serdes_configured(SGMII_FM2_DTSEC1 + port - FM2_DTSEC1)) in fman_port_enet_if()
|
A D | t4240.c | 24 [FM2_DTSEC1] = FSL_CORENET_DEVDISR2_DTSEC2_1, 116 case FM2_DTSEC1: in fman_port_enet_if() 124 if (is_serdes_configured(SGMII_FM2_DTSEC1 + port - FM2_DTSEC1)) in fman_port_enet_if() 149 case FM2_DTSEC1: in fman_port_enet_if()
|
A D | p5040.c | 19 [FM2_DTSEC1] = FSL_CORENET_DEVDISR2_DTSEC2_1, 93 case FM2_DTSEC1: in fman_port_enet_if() 98 if (is_serdes_configured(SGMII_FM2_DTSEC1 + port - FM2_DTSEC1)) in fman_port_enet_if()
|
/u-boot/board/freescale/t4rdb/ |
A D | eth.c | 110 fm_info_set_phy_address(FM2_DTSEC1, SGMII_PHY_ADDR5); in board_eth_init() 124 for (i = FM2_DTSEC1; i < FM2_DTSEC1 + CONFIG_SYS_NUM_FM2_DTSEC; i++) { in board_eth_init()
|
/u-boot/board/freescale/corenet_ds/ |
A D | eth_superhydra.c | 342 for (i = FM2_DTSEC1; i < FM2_DTSEC1 + CONFIG_SYS_NUM_FM2_DTSEC; i++) { in fdt_fixup_board_enet() 343 int idx = i - FM2_DTSEC1; in fdt_fixup_board_enet() 485 fm_info_set_phy_address(FM2_DTSEC1, CONFIG_SYS_FM2_DTSEC1_PHY_ADDR); in board_eth_init() 659 for (i = FM2_DTSEC1; i < FM2_DTSEC1 + CONFIG_SYS_NUM_FM2_DTSEC; i++) { in board_eth_init() 660 int idx = i - FM2_DTSEC1; in board_eth_init() 698 if (i == FM2_DTSEC1 || i == FM2_DTSEC2) { in board_eth_init() 750 set_sgmii_phy(bus, FM2_DTSEC1, PORT_NUM_FM2, PHY_BASE_ADDR); in board_eth_init()
|
A D | eth_p4080.c | 231 int idx = port - FM2_DTSEC1 + 5; in board_ft_fman_fixup_port() 336 fm_info_set_phy_address(FM2_DTSEC1, CONFIG_SYS_FM2_DTSEC1_PHY_ADDR); in board_eth_init() 413 for (i = FM2_DTSEC1; i < FM2_DTSEC1 + CONFIG_SYS_NUM_FM2_DTSEC; i++) { in board_eth_init() 414 int idx = i - FM2_DTSEC1, lane, slot; in board_eth_init() 454 set_sgmii_phy(bus, FM2_DTSEC1, CONFIG_SYS_NUM_FM2_DTSEC, PHY_BASE_ADDR); in board_eth_init() 456 set_sgmii_phy(bus, FM2_DTSEC1, CONFIG_SYS_NUM_FM2_DTSEC, PHY_BASE_ADDR); in board_eth_init()
|
/u-boot/board/freescale/common/ |
A D | fman.c | 77 [FM2_DTSEC1] = SGMII_FM2_DTSEC1, in serdes_device_from_fm_port()
|
/u-boot/board/varisys/cyrus/ |
A D | eth.c | 87 for (i = FM2_DTSEC2; i < FM2_DTSEC1 + CONFIG_SYS_NUM_FM2_DTSEC; i++) { in board_eth_init()
|
/u-boot/include/ |
A D | fm_eth.h | 27 FM2_DTSEC1, enumerator
|
Completed in 13 milliseconds