Go to the documentation of this file.
14 #include <linux/kernel.h>
15 #include <linux/module.h>
16 #include <linux/string.h>
26 #ifdef CONFIG_ARCH_SA1100
27 #define PARAM_BASE 0xe8ffc000
29 #define PARAM_BASE 0xa0000a00
31 #define MAGIC_CHG(a,b,c,d) ( ( d << 24 ) | ( c << 16 ) | ( b << 8 ) | a )
33 #define COMADJ_MAGIC MAGIC_CHG('C','M','A','D')
34 #define UUID_MAGIC MAGIC_CHG('U','U','I','D')
35 #define TOUCH_MAGIC MAGIC_CHG('T','U','C','H')
36 #define AD_MAGIC MAGIC_CHG('B','V','A','D')
37 #define PHAD_MAGIC MAGIC_CHG('P','H','A','D')