Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * This header provides constants for the MVEBU ICU driver.
0004  */
0005 
0006 #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_MVEBU_ICU_H
0007 #define _DT_BINDINGS_INTERRUPT_CONTROLLER_MVEBU_ICU_H
0008 
0009 /* interrupt specifier cell 0 */
0010 
0011 #define ICU_GRP_NSR     0x0
0012 #define ICU_GRP_SR      0x1
0013 #define ICU_GRP_SEI     0x4
0014 #define ICU_GRP_REI     0x5
0015 
0016 #endif