]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/unicore32/include/mach/regs-intc.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / arch / unicore32 / include / mach / regs-intc.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
b08b4f8e
G
2/*
3 * PKUNITY Interrupt Controller (INTC) Registers
4 */
5/*
6 * INTC Level Reg INTC_ICLR.
7 */
1cf46c42 8#define INTC_ICLR (PKUNITY_INTC_BASE + 0x0000)
b08b4f8e
G
9/*
10 * INTC Mask Reg INTC_ICMR.
11 */
1cf46c42 12#define INTC_ICMR (PKUNITY_INTC_BASE + 0x0004)
b08b4f8e
G
13/*
14 * INTC Pending Reg INTC_ICPR.
15 */
1cf46c42 16#define INTC_ICPR (PKUNITY_INTC_BASE + 0x0008)
b08b4f8e
G
17/*
18 * INTC IRQ Pending Reg INTC_ICIP.
19 */
1cf46c42 20#define INTC_ICIP (PKUNITY_INTC_BASE + 0x000C)
b08b4f8e
G
21/*
22 * INTC REAL Pending Reg INTC_ICFP.
23 */
1cf46c42 24#define INTC_ICFP (PKUNITY_INTC_BASE + 0x0010)
b08b4f8e
G
25/*
26 * INTC Control Reg INTC_ICCR.
27 */
1cf46c42 28#define INTC_ICCR (PKUNITY_INTC_BASE + 0x0014)
b08b4f8e 29