]> Git Repo - linux.git/blob - include/dt-bindings/interrupt-controller/irq-st.h
enetc: Migrate to PHYLINK and PCS_LYNX
[linux.git] / include / dt-bindings / interrupt-controller / irq-st.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *  include/linux/irqchip/irq-st.h
4  *
5  *  Copyright (C) 2014 STMicroelectronics – All Rights Reserved
6  *
7  *  Author: Lee Jones <[email protected]>
8  */
9
10 #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_ST_H
11 #define _DT_BINDINGS_INTERRUPT_CONTROLLER_ST_H
12
13 #define ST_IRQ_SYSCFG_EXT_0             0
14 #define ST_IRQ_SYSCFG_EXT_1             1
15 #define ST_IRQ_SYSCFG_EXT_2             2
16 #define ST_IRQ_SYSCFG_CTI_0             3
17 #define ST_IRQ_SYSCFG_CTI_1             4
18 #define ST_IRQ_SYSCFG_PMU_0             5
19 #define ST_IRQ_SYSCFG_PMU_1             6
20 #define ST_IRQ_SYSCFG_pl310_L2          7
21 #define ST_IRQ_SYSCFG_DISABLED          0xFFFFFFFF
22
23 #define ST_IRQ_SYSCFG_EXT_1_INV         0x1
24 #define ST_IRQ_SYSCFG_EXT_2_INV         0x2
25 #define ST_IRQ_SYSCFG_EXT_3_INV         0x4
26
27 #endif
This page took 0.034407 seconds and 4 git commands to generate.