]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-s3c2410/regs-power.h
Merge branch 'header-move' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemo...
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-s3c2410 / regs-power.h
index 94ff96505b6aadac08a88e0d6d171e4d242db7f1..13d13b7cfe98165473a74b02fd8d0e868452c2b7 100644 (file)
 #define S3C2412_PWRMODECON     S3C24XX_PWRREG(0x20)
 #define S3C2412_PWRCFG         S3C24XX_PWRREG(0x24)
 
-#define S3C2412_PWRCFG_BATF_IGNORE             (0<<0)
+#define S3C2412_INFORM0                S3C24XX_PWRREG(0x70)
+#define S3C2412_INFORM1                S3C24XX_PWRREG(0x74)
+#define S3C2412_INFORM2                S3C24XX_PWRREG(0x78)
+#define S3C2412_INFORM3                S3C24XX_PWRREG(0x7C)
+
+#define S3C2412_PWRCFG_BATF_IRQ                        (1<<0)
+#define S3C2412_PWRCFG_BATF_IGNORE             (2<<0)
 #define S3C2412_PWRCFG_BATF_SLEEP              (3<<0)
 #define S3C2412_PWRCFG_BATF_MASK               (3<<0)