Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Dmmc.c21 #define __STR(X) #X macro
22 #define STR(X) __STR(X)
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h17 #ifndef __STR
18 #define __STR(x) #x macro
21 #define STR(x) __STR(x)