Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/common/
H A Dsharpsl_param.c30 #define MAGIC_CHG(a,b,c,d) ( ( d << 24 ) | ( c << 16 ) | ( b << 8 ) | a ) macro
32 #define COMADJ_MAGIC MAGIC_CHG('C','M','A','D')
33 #define UUID_MAGIC MAGIC_CHG('U','U','I','D')
34 #define TOUCH_MAGIC MAGIC_CHG('T','U','C','H')
35 #define AD_MAGIC MAGIC_CHG('B','V','A','D')
36 #define PHAD_MAGIC MAGIC_CHG('P','H','A','D')
/openbmc/qemu/hw/gpio/
H A Dzaurus.c271 #define MAGIC_CHG(a, b, c, d) ((d << 24) | (c << 16) | (b << 8) | a) macro
292 .comadj_keyword = MAGIC_CHG('C', 'M', 'A', 'D'),
294 .uuid_keyword = MAGIC_CHG('U', 'U', 'I', 'D'),
296 .touch_keyword = MAGIC_CHG('T', 'U', 'C', 'H'),
298 .adadj_keyword = MAGIC_CHG('B', 'V', 'A', 'D'),
300 .phad_keyword = MAGIC_CHG('P', 'H', 'A', 'D'),