summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/hd64461.h
diff options
context:
space:
mode:
authorAndriy Skulysh2006-09-27 09:20:22 +0200
committerPaul Mundt2006-09-27 09:20:22 +0200
commit3aa770e7972723f479122cf66b529017d2175289 (patch)
treef70d870381cec8034693704e346c53b311db688f /include/asm-sh/hd64461.h
parentsh: Free up some and document PTEL flags. (diff)
downloadkernel-qcow2-linux-3aa770e7972723f479122cf66b529017d2175289.tar.gz
kernel-qcow2-linux-3aa770e7972723f479122cf66b529017d2175289.tar.xz
kernel-qcow2-linux-3aa770e7972723f479122cf66b529017d2175289.zip
sh: APM/PM support.
This adds some simple PM stubs and the basic APM interfaces, primarily for use by hp6xx, where the existing userland expects it. Signed-off-by: Andriy Skulysh <askulysh@gmail.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/hd64461.h')
-rw-r--r--include/asm-sh/hd64461.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/asm-sh/hd64461.h b/include/asm-sh/hd64461.h
index 0f2e2132cc35..27e5c34e2659 100644
--- a/include/asm-sh/hd64461.h
+++ b/include/asm-sh/hd64461.h
@@ -40,7 +40,12 @@
#define HD64461_LCDCBAR 0x11000
#define HD64461_LCDCLOR 0x11002
#define HD64461_LCDCCR 0x11004
-#define HD64461_LCDCCR_MOFF 0x80
+#define HD64461_LCDCCR_STBACK 0x0400
+#define HD64461_LCDCCR_STREQ 0x0100
+#define HD64461_LCDCCR_MOFF 0x0080
+#define HD64461_LCDCCR_REFSEL 0x0040
+#define HD64461_LCDCCR_EPON 0x0020
+#define HD64461_LCDCCR_SPON 0x0010
#define HD64461_LDR1 0x11010
#define HD64461_LDR1_DON 0x01