Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
[sfrench/cifs-2.6.git] / arch / arm / mach-integrator / impd1.h
1 #define IMPD1_LEDS      0x0c
2 #define IMPD1_INT       0x10
3 #define IMPD1_SW        0x14
4 #define IMPD1_CTRL      0x18
5
6 #define IMPD1_CTRL_DISP_LCD     (0 << 0)
7 #define IMPD1_CTRL_DISP_VGA     (1 << 0)
8 #define IMPD1_CTRL_DISP_LCD1    (2 << 0)
9 #define IMPD1_CTRL_DISP_ENABLE  (1 << 2)
10 #define IMPD1_CTRL_DISP_MASK    (7 << 0)
11
12 struct device;
13
14 void impd1_tweak_control(struct device *dev, u32 mask, u32 val);