Home
last modified time | relevance | path

Searched refs:TSEC_SGMII (Results 1 – 13 of 13) sorted by relevance

/external/u-boot/board/freescale/mpc8572ds/
Dmpc8572ds.c184 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
192 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
200 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
208 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/external/u-boot/board/freescale/common/
Dsgmii_riser.c27 if (tsec_info[i].flags & TSEC_SGMII) in fsl_sgmii_riser_init()
58 if (!(priv->flags & TSEC_SGMII)) { in fsl_sgmii_riser_fdt_fixup()
117 if (priv->flags & TSEC_SGMII) in fsl_sgmii_riser_fdt_fixup()
/external/u-boot/board/freescale/ls1021aqds/
Deth.c141 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
152 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/external/u-boot/board/freescale/ls1021aiot/
Dls1021aiot.c130 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
138 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/external/u-boot/board/freescale/mpc8536ds/
Dmpc8536ds.c237 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
246 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/external/u-boot/board/freescale/mpc8544ds/
Dmpc8544ds.c273 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
281 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/external/u-boot/arch/arm/cpu/armv7/ls102xa/
Dfdt.c44 if (priv->flags & TSEC_SGMII) in ft_fixup_enet_phy_connect_type()
/external/u-boot/board/freescale/p1_twr/
Dp1_twr.c199 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/external/u-boot/board/freescale/ls1021atwr/
Dls1021atwr.c259 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
267 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/external/u-boot/board/Arcturus/ucp1020/
Ducp1020.c273 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/external/u-boot/board/freescale/p1_p2_rdb_pc/
Dp1_p2_rdb_pc.c336 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/external/u-boot/include/
Dtsec.h391 #define TSEC_SGMII (1 << 2) /* MAC-PHY interface uses SGMII */ macro
/external/u-boot/drivers/net/
Dtsec.c828 priv->flags |= TSEC_SGMII; in tsec_probe()