irq-st.h revision 1.1.1.1
1/* $NetBSD: irq-st.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $ */ 2 3/* 4 * include/linux/irqchip/irq-st.h 5 * 6 * Copyright (C) 2014 STMicroelectronics – All Rights Reserved 7 * 8 * Author: Lee Jones <lee.jones@linaro.org> 9 * 10 * This program is free software; you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License version 2 as 12 * published by the Free Software Foundation. 13 */ 14 15#ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_ST_H 16#define _DT_BINDINGS_INTERRUPT_CONTROLLER_ST_H 17 18#define ST_IRQ_SYSCFG_EXT_0 0 19#define ST_IRQ_SYSCFG_EXT_1 1 20#define ST_IRQ_SYSCFG_EXT_2 2 21#define ST_IRQ_SYSCFG_CTI_0 3 22#define ST_IRQ_SYSCFG_CTI_1 4 23#define ST_IRQ_SYSCFG_PMU_0 5 24#define ST_IRQ_SYSCFG_PMU_1 6 25#define ST_IRQ_SYSCFG_pl310_L2 7 26#define ST_IRQ_SYSCFG_DISABLED 0xFFFFFFFF 27 28#define ST_IRQ_SYSCFG_EXT_1_INV 0x1 29#define ST_IRQ_SYSCFG_EXT_2_INV 0x2 30#define ST_IRQ_SYSCFG_EXT_3_INV 0x4 31 32#endif 33