11.1Sjmcneill/* $NetBSD: irq-st.h,v 1.1.1.2 2020/01/03 14:33:03 skrll Exp $ */ 21.1Sjmcneill 31.1.1.2Sskrll/* SPDX-License-Identifier: GPL-2.0-only */ 41.1Sjmcneill/* 51.1Sjmcneill * include/linux/irqchip/irq-st.h 61.1Sjmcneill * 71.1Sjmcneill * Copyright (C) 2014 STMicroelectronics – All Rights Reserved 81.1Sjmcneill * 91.1Sjmcneill * Author: Lee Jones <lee.jones@linaro.org> 101.1Sjmcneill */ 111.1Sjmcneill 121.1Sjmcneill#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_ST_H 131.1Sjmcneill#define _DT_BINDINGS_INTERRUPT_CONTROLLER_ST_H 141.1Sjmcneill 151.1Sjmcneill#define ST_IRQ_SYSCFG_EXT_0 0 161.1Sjmcneill#define ST_IRQ_SYSCFG_EXT_1 1 171.1Sjmcneill#define ST_IRQ_SYSCFG_EXT_2 2 181.1Sjmcneill#define ST_IRQ_SYSCFG_CTI_0 3 191.1Sjmcneill#define ST_IRQ_SYSCFG_CTI_1 4 201.1Sjmcneill#define ST_IRQ_SYSCFG_PMU_0 5 211.1Sjmcneill#define ST_IRQ_SYSCFG_PMU_1 6 221.1Sjmcneill#define ST_IRQ_SYSCFG_pl310_L2 7 231.1Sjmcneill#define ST_IRQ_SYSCFG_DISABLED 0xFFFFFFFF 241.1Sjmcneill 251.1Sjmcneill#define ST_IRQ_SYSCFG_EXT_1_INV 0x1 261.1Sjmcneill#define ST_IRQ_SYSCFG_EXT_2_INV 0x2 271.1Sjmcneill#define ST_IRQ_SYSCFG_EXT_3_INV 0x4 281.1Sjmcneill 291.1Sjmcneill#endif 30