Home
last modified time | relevance | path

Searched defs:id (Results 1 – 2 of 2) sorted by relevance

/hal_xtensa-3.7.0/include/xtensa/
Dtraxreg.h70 #define TRAX_ID_MAJVER(id) (((id) >> 20) & 0x0f) argument
71 #define TRAX_ID_MINVER(id) (((id) >> 17) & 0x07) argument
72 #define TRAX_ID_VER(id) ((TRAX_ID_MAJVER(id)<<4)|TRAX_ID_MINVER(id)) argument
92 #define TRAX_ID_1_0_ERRATUM(id) (TRAX_ID_VER(id) == TRAX_VER_1_0) argument
94 #define TRAX_ID_MEMSZ_ERRATUM(id) (TRAX_ID_VER(id) == TRAX_VER_2_0) argument
174 unsigned id; member
Dtraxfile.h52 unsigned id; /* 80: TRAX registers at time of save (0 if not read) */ member