Searched defs:NUM (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/arch/arm/mach-keystone/include/mach/ |
| H A D | clock.h | 60 #define GENERATE_ENUM(NUM, ENUM) ENUM = NUM, argument 61 #define GENERATE_INDX_STR(NUM, STRING) #NUM"\t- "#STRING"\n" argument
|
| /openbmc/u-boot/include/ |
| H A D | i8042.h | 65 #define NUM 0x0002 /* numeric lock */ macro
|
| /openbmc/qemu/target/hexagon/ |
| H A D | macros.h | 519 #define fLOAD(NUM, SIZE, SIGN, EA, DST) MEM_LOAD##SIZE##SIGN(DST, EA) argument 526 #define fLOAD(NUM, SIZE, SIGN, EA, DST) \ argument 533 #define fMEMOP(NUM, SIZE, SIGN, EA, FNTYPE, VALUE) argument 547 #define fLOAD_LOCKED(NUM, SIZE, SIGN, EA, DST) \ argument 552 #define fSTORE(NUM, SIZE, EA, SRC) MEM_STORE##SIZE(EA, SRC, insn->slot) argument 554 #define fSTORE(NUM, SIZE, EA, SRC) MEM_STORE##SIZE(EA, SRC, slot) argument 558 #define fSTORE_LOCKED(NUM, SIZE, EA, SRC, PRED) \ argument
|