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