Home
last modified time | relevance | path

Searched refs:XCJOIN (Results 1 – 3 of 3) sorted by relevance

/hal_xtensa-latest/src/hal/
Dstate.c99 const unsigned char XCJOIN(Xthal_cp_id_,XCHAL_CP0_IDENT) = 0;
102 const unsigned char XCJOIN(Xthal_cp_id_,XCHAL_CP1_IDENT) = 1;
105 const unsigned char XCJOIN(Xthal_cp_id_,XCHAL_CP2_IDENT) = 2;
108 const unsigned char XCJOIN(Xthal_cp_id_,XCHAL_CP3_IDENT) = 3;
111 const unsigned char XCJOIN(Xthal_cp_id_,XCHAL_CP4_IDENT) = 4;
114 const unsigned char XCJOIN(Xthal_cp_id_,XCHAL_CP5_IDENT) = 5;
117 const unsigned char XCJOIN(Xthal_cp_id_,XCHAL_CP6_IDENT) = 6;
120 const unsigned char XCJOIN(Xthal_cp_id_,XCHAL_CP7_IDENT) = 7;
126 const unsigned int XCJOIN(Xthal_cp_mask_,XCHAL_CP0_IDENT) = (1 << 0);
129 const unsigned int XCJOIN(Xthal_cp_mask_,XCHAL_CP1_IDENT) = (1 << 1);
[all …]
/hal_xtensa-latest/include/xtensa/config/
Dcore.h1327 # define XCJOIN(a,b) _XCJOIN(a,b) macro
1329 extern const unsigned char XCJOIN(Xthal_cp_id_,XCHAL_CP0_IDENT);
1330 extern const unsigned int XCJOIN(Xthal_cp_mask_,XCHAL_CP0_IDENT);
1333 extern const unsigned char XCJOIN(Xthal_cp_id_,XCHAL_CP1_IDENT);
1334 extern const unsigned int XCJOIN(Xthal_cp_mask_,XCHAL_CP1_IDENT);
1337 extern const unsigned char XCJOIN(Xthal_cp_id_,XCHAL_CP2_IDENT);
1338 extern const unsigned int XCJOIN(Xthal_cp_mask_,XCHAL_CP2_IDENT);
1341 extern const unsigned char XCJOIN(Xthal_cp_id_,XCHAL_CP3_IDENT);
1342 extern const unsigned int XCJOIN(Xthal_cp_mask_,XCHAL_CP3_IDENT);
1345 extern const unsigned char XCJOIN(Xthal_cp_id_,XCHAL_CP4_IDENT);
[all …]
/hal_xtensa-latest/zephyr/soc/sample_controller32/xtensa/config/
Dcore.h1255 # define XCJOIN(a,b) I_XCJOIN(a,b) /* parasoft-suppress MISRA2012-RULE-20_7 "Cannot parenthesize m… macro
1258 extern const uint8_t XCJOIN(Xthal_cp_id_,XCHAL_CP0_IDENT);
1259 extern const uint32_t XCJOIN(Xthal_cp_mask_,XCHAL_CP0_IDENT);
1262 extern const uint8_t XCJOIN(Xthal_cp_id_,XCHAL_CP1_IDENT);
1263 extern const uint32_t XCJOIN(Xthal_cp_mask_,XCHAL_CP1_IDENT);
1266 extern const uint8_t XCJOIN(Xthal_cp_id_,XCHAL_CP2_IDENT);
1267 extern const uint32_t XCJOIN(Xthal_cp_mask_,XCHAL_CP2_IDENT);
1270 extern const uint8_t XCJOIN(Xthal_cp_id_,XCHAL_CP3_IDENT);
1271 extern const uint32_t XCJOIN(Xthal_cp_mask_,XCHAL_CP3_IDENT);
1274 extern const uint8_t XCJOIN(Xthal_cp_id_,XCHAL_CP4_IDENT);
[all …]