Home
last modified time | relevance | path

Searched refs:STR2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/
H A Daspeed_lpc.c44 #define STR2 TO_REG(0x40) macro
91 .str = STR2
143 .reg = STR2,
/openbmc/qemu/disas/
H A Dcris.c25 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) argument