Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/mpc8572ds/
Dmpc8572ds.c181 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
189 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
197 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
205 SET_STD_TSEC_INFO(tsec_info[num], 4); in board_eth_init()
/external/u-boot/board/freescale/p1_twr/
Dp1_twr.c192 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
196 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
204 SET_STD_TSEC_INFO(tsec_info[num], 3); 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/mpc8548cds/
Dmpc8548cds.c311 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
315 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
321 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
329 SET_STD_TSEC_INFO(tsec_info[num], 4); in board_eth_init()
/external/u-boot/board/Arcturus/ucp1020/
Ducp1020.c265 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
269 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
280 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/external/u-boot/board/freescale/c29xpcie/
Dc29xpcie.c93 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
97 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.c329 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
333 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
341 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/external/u-boot/board/freescale/ls1021aiot/
Dls1021aiot.c127 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
135 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/external/u-boot/board/freescale/mpc8536ds/
Dmpc8536ds.c233 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
242 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/external/u-boot/board/freescale/p1022ds/
Dp1022ds.c291 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
295 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/external/u-boot/board/freescale/mpc8544ds/
Dmpc8544ds.c270 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
278 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/external/u-boot/board/freescale/p1010rdb/
Dp1010rdb.c339 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
343 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
349 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/external/u-boot/board/gdsys/p1022/
Dcontrolcenterd.c313 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
317 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/external/u-boot/board/freescale/bsc9132qds/
Dbsc9132qds.c237 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
243 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/external/u-boot/board/freescale/ls1021atwr/
Dls1021atwr.c256 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
264 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
272 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/external/u-boot/board/freescale/mpc837xemds/
Dmpc837xemds.c97 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
115 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
/external/u-boot/include/
Dtsec.h58 #define SET_STD_TSEC_INFO(x, num) \ macro