Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ OR MIT */
0002 #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H
0003 #define _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H
0004 
0005 #include <dt-bindings/interrupt-controller/irq.h>
0006 
0007 #define AIC_IRQ 0
0008 #define AIC_FIQ 1
0009 
0010 #define AIC_TMR_HV_PHYS     0
0011 #define AIC_TMR_HV_VIRT     1
0012 #define AIC_TMR_GUEST_PHYS  2
0013 #define AIC_TMR_GUEST_VIRT  3
0014 #define AIC_CPU_PMU_E       4
0015 #define AIC_CPU_PMU_P       5
0016 
0017 #endif