]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-s3c2410/regs-clock.h
sm501: add support for the SM502 programmable PLL
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-s3c2410 / regs-clock.h
index b2f4690c079171758c37558afc79e86238de4c52..dba9df9d8713bcc2cedf4dde5ff48dacbd86431a 100644 (file)
@@ -1,4 +1,4 @@
-/* linux/include/asm/arch-s3c2410/regs-clock.h
+/* linux/include/asm-arm/arch-s3c2410/regs-clock.h
  *
  * Copyright (c) 2003,2004,2005,2006 Simtec Electronics <linux@simtec.co.uk>
  *                   http://armlinux.simtec.co.uk/
@@ -138,6 +138,8 @@ s3c2410_get_pll(unsigned int pllval, unsigned int baseclk)
 #define S3C2412_CLKDIVN_PDIVN          (1<<2)
 #define S3C2412_CLKDIVN_HDIVN_MASK     (3<<0)
 #define S3C2421_CLKDIVN_ARMDIVN                (1<<3)
+#define S3C2412_CLKDIVN_DVSEN          (1<<4)
+#define S3C2412_CLKDIVN_HALFHCLK       (1<<5)
 #define S3C2412_CLKDIVN_USB48DIV       (1<<6)
 #define S3C2412_CLKDIVN_UARTDIV_MASK   (15<<8)
 #define S3C2412_CLKDIVN_UARTDIV_SHIFT  (8)