]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/arm/mach-integrator/impd1.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.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);