Home
last modified time | relevance | path

Searched refs:SET_STD_TSEC_INFO (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/mpc8572ds/
H A Dmpc8572ds.c182 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
190 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
198 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
206 SET_STD_TSEC_INFO(tsec_info[num], 4); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/ls1021aqds/
H A Deth.c139 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
150 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
161 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/p1_twr/
H A Dp1_twr.c193 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
197 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
205 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8548cds/
H A Dmpc8548cds.c312 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
316 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
322 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
330 SET_STD_TSEC_INFO(tsec_info[num], 4); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/Arcturus/ucp1020/
H A Ducp1020.c266 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
270 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
281 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/c29xpcie/
H A Dc29xpcie.c94 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
98 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dp1_p2_rdb_pc.c330 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
334 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
342 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/ls1021aiot/
H A Dls1021aiot.c128 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
136 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8536ds/
H A Dmpc8536ds.c234 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
243 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/p1010rdb/
H A Dp1010rdb.c340 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
344 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
350 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/p1022ds/
H A Dp1022ds.c294 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
298 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8544ds/
H A Dmpc8544ds.c271 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
279 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd.c315 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
319 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/bsc9132qds/
H A Dbsc9132qds.c238 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
244 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/ls1021atwr/
H A Dls1021atwr.c259 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
267 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
275 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xemds/
H A Dmpc837xemds.c98 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
116 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/OK3568_Linux_fs/u-boot/include/
H A Dtsec.h59 #define SET_STD_TSEC_INFO(x, num) \ macro