Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/mpc8572ds/
Dmpc8572ds.c183 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
191 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
199 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
207 SET_STD_TSEC_INFO(tsec_info[num], 4); in board_eth_init()
/external/u-boot/board/freescale/ls1021aqds/
Deth.c138 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
149 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
160 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/external/u-boot/board/freescale/p1_twr/
Dp1_twr.c194 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
198 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
206 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/external/u-boot/board/freescale/mpc8548cds/
Dmpc8548cds.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()
325 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
333 SET_STD_TSEC_INFO(tsec_info[num], 4); in board_eth_init()
/external/u-boot/board/freescale/c29xpcie/
Dc29xpcie.c95 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
99 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/external/u-boot/board/Arcturus/ucp1020/
Ducp1020.c273 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
277 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
288 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/external/u-boot/board/freescale/ls1021aiot/
Dls1021aiot.c114 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
122 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/external/u-boot/board/freescale/p1_p2_rdb_pc/
Dp1_p2_rdb_pc.c331 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
335 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
343 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/external/u-boot/board/freescale/mpc8536ds/
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()
/external/u-boot/board/freescale/p1022ds/
Dp1022ds.c293 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
297 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/external/u-boot/board/freescale/mpc8544ds/
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()
/external/u-boot/board/freescale/p1010rdb/
Dp1010rdb.c341 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
345 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
351 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/external/u-boot/board/gdsys/p1022/
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()
/external/u-boot/board/freescale/bsc9132qds/
Dbsc9132qds.c239 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
245 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/external/u-boot/board/freescale/mpc837xemds/
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()
/external/u-boot/include/
Dtsec.h60 #define SET_STD_TSEC_INFO(x, num) \ macro