Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/mpc8572ds/
H A 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()
/openbmc/u-boot/board/freescale/p1_twr/
H A 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()
/openbmc/u-boot/board/freescale/ls1021aqds/
H A 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()
/openbmc/u-boot/board/freescale/mpc8548cds/
H A 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()
/openbmc/u-boot/board/freescale/c29xpcie/
H A 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()
/openbmc/u-boot/board/Arcturus/ucp1020/
H A 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()
/openbmc/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()
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/
H A 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()
/openbmc/u-boot/board/freescale/mpc8536ds/
H A 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()
/openbmc/u-boot/board/freescale/mpc8544ds/
H A 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()
/openbmc/u-boot/board/freescale/p1022ds/
H A 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()
/openbmc/u-boot/board/gdsys/p1022/
H A 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()
/openbmc/u-boot/board/freescale/bsc9132qds/
H A 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()
/openbmc/u-boot/board/freescale/p1010rdb/
H A 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()
/openbmc/u-boot/board/freescale/ls1021atwr/
H A Dls1021atwr.c257 SET_STD_TSEC_INFO(tsec_info[num], 1); in board_eth_init()
265 SET_STD_TSEC_INFO(tsec_info[num], 2); in board_eth_init()
273 SET_STD_TSEC_INFO(tsec_info[num], 3); in board_eth_init()
/openbmc/u-boot/board/freescale/mpc837xemds/
H A 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()
/openbmc/u-boot/include/
H A Dtsec.h58 #define SET_STD_TSEC_INFO(x, num) \ macro