Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/env/
H A Dembedded.c50 asm(".set " GEN_SYMNAME(name) ", " GEN_VALUE(value))
53 asm(GEN_SYMNAME(name) " = " GEN_VALUE(value))
56 #define GEN_VALUE(str) #str macro