Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/mpc8572ds/
H A Dmpc8572ds.c185 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
193 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
201 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
209 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A 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()
/OK3568_Linux_fs/u-boot/board/freescale/ls1021aqds/
H A Deth.c142 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
153 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/ls1021aiot/
H A Dls1021aiot.c131 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
139 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8536ds/
H A Dmpc8536ds.c238 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
247 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8544ds/
H A Dmpc8544ds.c274 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
282 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dfdt.c45 if (priv->flags & TSEC_SGMII) in ft_fixup_enet_phy_connect_type()
/OK3568_Linux_fs/u-boot/board/freescale/p1_twr/
H A Dp1_twr.c200 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/ls1021atwr/
H A Dls1021atwr.c262 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
270 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/OK3568_Linux_fs/u-boot/board/Arcturus/ucp1020/
H A Ducp1020.c274 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dp1_p2_rdb_pc.c337 tsec_info[num].flags |= TSEC_SGMII; in board_eth_init()
/OK3568_Linux_fs/u-boot/include/
H A Dtsec.h392 #define TSEC_SGMII (1 << 2) /* MAC-PHY interface uses SGMII */ macro
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dtsec.c828 priv->flags |= TSEC_SGMII; in tsec_probe()