ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-arm / arch-s3c2410 / bast-cpld.h
1 /* linux/include/asm-arm/arch-s3c2410/bast-cpld.h
2  *
3  * (c) 2003 Simtec Electronics
4  *  Ben Dooks <ben@simtec.co.uk>
5  *
6  * BAST - CPLD control constants
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11  *
12  * Changelog:
13  *  25-May-2003 BJD  Created file, added CTRL1 registers
14 */
15
16 #ifndef __ASM_ARCH_BASTCPLD_H
17 #define __ASM_ARCH_BASTCPLD_H
18
19 #define BAST_CPLD_CTRL1_LRCOFF      (0x00)
20 #define BAST_CPLD_CTRL1_LRCADC      (0x01)
21 #define BAST_CPLD_CTRL1_LRCDAC      (0x02)
22 #define BAST_CPLD_CTRL1_LRCARM      (0x03)
23 #define BAST_CPLD_CTRL1_LRMASK      (0x03)
24
25 #endif /* __ASM_ARCH_BASTCPLD_H */