| /OK3568_Linux_fs/u-boot/drivers/net/fm/ |
| H A D | p5020.c | 17 [FM1_DTSEC4] = FSL_CORENET_DEVDISR2_DTSEC1_4, 60 if ((port == FM1_DTSEC4) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC1) == in fman_port_enet_if() 64 if ((port == FM1_DTSEC4) && ((rcwsr11 & FSL_CORENET_RCWSR11_EC1) == in fman_port_enet_if() 80 case FM1_DTSEC4: in fman_port_enet_if()
|
| H A D | t1024.c | 18 [FM1_DTSEC4] = FSL_CORENET_DEVDISR2_DTSEC1_4, 53 if ((port == FM1_DTSEC4) && ((rcwsr13 & FSL_CORENET_RCWSR13_EC1) == in fman_port_enet_if() 78 case FM1_DTSEC4: in fman_port_enet_if()
|
| H A D | t2080.c | 19 [FM1_DTSEC4] = FSL_CORENET_DEVDISR2_DTSEC1_4, 68 if ((port == FM1_DTSEC4) && ((rcwsr13 & FSL_CORENET_RCWSR13_EC2) == in fman_port_enet_if() 80 case FM1_DTSEC4: in fman_port_enet_if()
|
| H A D | b4860.c | 19 [FM1_DTSEC4] = FSL_CORENET_DEVDISR2_DTSEC1_4, 114 (port == FM1_DTSEC4)) in fman_port_enet_if() 127 case FM1_DTSEC4: in fman_port_enet_if()
|
| H A D | t4240.c | 18 [FM1_DTSEC4] = FSL_CORENET_DEVDISR2_DTSEC1_4, 109 case FM1_DTSEC4: in fman_port_enet_if() 137 case FM1_DTSEC4: in fman_port_enet_if()
|
| H A D | t1040.c | 30 if ((port == FM1_DTSEC4) && in fman_port_enet_if() 57 case FM1_DTSEC4: in fman_port_enet_if()
|
| H A D | ls1043.c | 26 [FM1_DTSEC4] = FSL_CHASSIS2_DEVDISR2_DTSEC1_4, 71 if (port == FM1_DTSEC4) in fman_port_enet_if()
|
| H A D | p4080.c | 17 [FM1_DTSEC4] = FSL_CORENET_DEVDISR2_DTSEC1_4, 83 case FM1_DTSEC4: in fman_port_enet_if()
|
| H A D | p5040.c | 17 [FM1_DTSEC4] = FSL_CORENET_DEVDISR2_DTSEC1_4, 89 case FM1_DTSEC4: in fman_port_enet_if()
|
| H A D | ls1046.c | 26 [FM1_DTSEC4] = FSL_CHASSIS2_DEVDISR2_DTSEC1_4, 77 if (port == FM1_DTSEC4) in fman_port_enet_if()
|
| H A D | init.c | 289 ((info->port == FM1_DTSEC4) && (PORT_IS_ENABLED(FM1_10GEC4))) || in ft_fixup_port() 293 ((info->port == FM1_10GEC4) && (PORT_IS_ENABLED(FM1_DTSEC4))) in ft_fixup_port()
|
| /OK3568_Linux_fs/u-boot/board/freescale/b4860qds/ |
| H A D | eth_b4860qds.c | 227 fm_info_set_phy_address(FM1_DTSEC4, in board_eth_init() 247 fm_info_set_phy_address(FM1_DTSEC4, in board_eth_init() 269 fm_info_set_phy_address(FM1_DTSEC4, in board_eth_init() 311 fm_info_set_phy_address(FM1_DTSEC4, PHY_BASE_ADDR + 1); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t102xqds/ |
| H A D | eth_t102xqds.c | 203 case FM1_DTSEC4: in board_ft_fman_fixup_port() 299 fm_info_set_phy_address(FM1_DTSEC4, RGMII_PHY1_ADDR); in board_eth_init() 308 fm_info_set_phy_address(FM1_DTSEC4, 0xb); in board_eth_init() 414 else if (i == FM1_DTSEC4) in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t1040qds/ |
| H A D | eth.c | 294 sprintf(phy, "rgmii_phy%u", port == FM1_DTSEC4 ? 1 : 2); in board_ft_fman_fixup_port() 345 if (i == FM1_DTSEC4) in fdt_fixup_board_enet() 385 if (FM1_DTSEC4 == i) in t1040_handle_phy_interface_sgmii() 482 fm_info_set_phy_address(FM1_DTSEC4, CONFIG_SYS_FM1_DTSEC4_PHY_ADDR); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/corenet_ds/ |
| H A D | eth_hydra.c | 258 sprintf(phy, "phy_rgmii_%u", port == FM1_DTSEC4 ? 0 : 1); in board_ft_fman_fixup_port() 410 fm_info_set_phy_address(FM1_DTSEC4, CONFIG_SYS_FM1_DTSEC4_PHY_ADDR); in board_eth_init() 459 fm_info_set_phy_address(i, i == FM1_DTSEC4 ? 0 : 1); in board_eth_init()
|
| H A D | eth_superhydra.c | 496 fm_info_set_phy_address(FM1_DTSEC4, in board_eth_init() 506 fm_info_set_phy_address(FM1_DTSEC4, in board_eth_init() 608 fm_info_set_phy_address(FM1_DTSEC4, PHY_BASE_ADDR + 3); in board_eth_init() 616 fm_info_set_phy_address(FM1_DTSEC4, PHY_BASE_ADDR + 1); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t4qds/ |
| H A D | eth.c | 200 case FM1_DTSEC4: in board_ft_fman_fixup_port() 455 qsgmiiphy_fix[FM1_DTSEC4] = 1; in initialize_qsgmiiphy_fix() 550 fm_info_set_phy_address(FM1_DTSEC4, slot_qsgmii_phyaddr[2][3]); in board_eth_init() 565 fm_info_set_phy_address(FM1_DTSEC4, slot_qsgmii_phyaddr[2][3]); in board_eth_init() 592 fm_info_set_phy_address(FM1_DTSEC4, slot_qsgmii_phyaddr[2][3]); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1046ardb/ |
| H A D | eth.c | 47 fm_info_set_phy_address(FM1_DTSEC4, RGMII_PHY2_ADDR); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | fman.c | 75 [FM1_DTSEC4] = SGMII_FM1_DTSEC4, in serdes_device_from_fm_port()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1043ardb/ |
| H A D | eth.c | 47 fm_info_set_phy_address(FM1_DTSEC4, RGMII_PHY2_ADDR); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t208xrdb/ |
| H A D | eth_t208xrdb.c | 58 fm_info_set_phy_address(FM1_DTSEC4, RGMII_PHY2_ADDR); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/varisys/cyrus/ |
| H A D | eth.c | 26 #define FIRST_PORT FM1_DTSEC4
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1046aqds/ |
| H A D | eth.c | 291 fm_info_set_phy_address(FM1_DTSEC4, RGMII_PHY2_ADDR); in board_eth_init() 403 else if (i == FM1_DTSEC4) in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/t102xrdb/ |
| H A D | eth_t102xrdb.c | 58 fm_info_set_phy_address(FM1_DTSEC4, RGMII_PHY1_ADDR); in board_eth_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/ls1043aqds/ |
| H A D | eth.c | 338 fm_info_set_phy_address(FM1_DTSEC4, RGMII_PHY2_ADDR); in board_eth_init() 482 else if (i == FM1_DTSEC4) in board_eth_init()
|