Searched refs:FM2_DTSEC1 (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/drivers/net/fm/ |
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()
|
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()
|
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()
|
/external/u-boot/board/freescale/corenet_ds/ |
D | eth_superhydra.c | 337 for (i = FM2_DTSEC1; i < FM2_DTSEC1 + CONFIG_SYS_NUM_FM2_DTSEC; i++) { in fdt_fixup_board_enet() 338 int idx = i - FM2_DTSEC1; in fdt_fixup_board_enet() 477 fm_info_set_phy_address(FM2_DTSEC1, CONFIG_SYS_FM2_DTSEC1_PHY_ADDR); in board_eth_init() 648 for (i = FM2_DTSEC1; i < FM2_DTSEC1 + CONFIG_SYS_NUM_FM2_DTSEC; i++) { in board_eth_init() 649 int idx = i - FM2_DTSEC1; in board_eth_init() 687 if (i == FM2_DTSEC1 || i == FM2_DTSEC2) { in board_eth_init() 736 set_sgmii_phy(bus, FM2_DTSEC1, PORT_NUM_FM2, PHY_BASE_ADDR); in board_eth_init()
|
D | eth_p4080.c | 228 int idx = port - FM2_DTSEC1 + 5; in board_ft_fman_fixup_port() 333 fm_info_set_phy_address(FM2_DTSEC1, CONFIG_SYS_FM2_DTSEC1_PHY_ADDR); in board_eth_init() 407 for (i = FM2_DTSEC1; i < FM2_DTSEC1 + CONFIG_SYS_NUM_FM2_DTSEC; i++) { in board_eth_init() 408 int idx = i - FM2_DTSEC1, lane, slot; in board_eth_init() 445 set_sgmii_phy(bus, FM2_DTSEC1, CONFIG_SYS_NUM_FM2_DTSEC, PHY_BASE_ADDR); in board_eth_init() 447 set_sgmii_phy(bus, FM2_DTSEC1, CONFIG_SYS_NUM_FM2_DTSEC, PHY_BASE_ADDR); in board_eth_init()
|
/external/u-boot/board/freescale/t4qds/ |
D | eth.c | 225 case FM2_DTSEC1: in board_ft_fman_fixup_port() 471 qsgmiiphy_fix[FM2_DTSEC1] = 1; in initialize_qsgmiiphy_fix() 703 fm_info_set_phy_address(FM2_DTSEC1, slot_qsgmii_phyaddr[4][0]); in board_eth_init() 713 fm_info_set_phy_address(FM2_DTSEC1, slot_qsgmii_phyaddr[4][0]); in board_eth_init() 725 fm_info_set_phy_address(FM2_DTSEC1, slot_qsgmii_phyaddr[4][0]); in board_eth_init() 746 fm_info_set_phy_address(FM2_DTSEC1, slot_qsgmii_phyaddr[4][0]); in board_eth_init() 758 fm_info_set_phy_address(FM2_DTSEC1, slot_qsgmii_phyaddr[4][0]); in board_eth_init() 766 fm_info_set_phy_address(FM2_DTSEC1, slot_qsgmii_phyaddr[4][0]); in board_eth_init() 776 for (i = FM2_DTSEC1; i < FM2_DTSEC1 + CONFIG_SYS_NUM_FM2_DTSEC; i++) { in board_eth_init() 777 idx = i - FM2_DTSEC1; in board_eth_init()
|
/external/u-boot/board/freescale/t4rdb/ |
D | eth.c | 108 fm_info_set_phy_address(FM2_DTSEC1, SGMII_PHY_ADDR5); in board_eth_init() 122 for (i = FM2_DTSEC1; i < FM2_DTSEC1 + CONFIG_SYS_NUM_FM2_DTSEC; i++) { in board_eth_init()
|
/external/u-boot/board/freescale/common/ |
D | fman.c | 77 [FM2_DTSEC1] = SGMII_FM2_DTSEC1, in serdes_device_from_fm_port()
|
/external/u-boot/board/varisys/cyrus/ |
D | eth.c | 86 for (i = FM2_DTSEC2; i < FM2_DTSEC1 + CONFIG_SYS_NUM_FM2_DTSEC; i++) { in board_eth_init()
|
/external/u-boot/include/ |
D | fm_eth.h | 26 FM2_DTSEC1, enumerator
|