Home | History | Annotate | Line # | Download | only in interrupt-controller
      1  1.1  jmcneill /*	$NetBSD: apple-aic.h,v 1.1.1.1 2021/11/07 16:49:57 jmcneill Exp $	*/
      2  1.1  jmcneill 
      3  1.1  jmcneill /* SPDX-License-Identifier: GPL-2.0+ OR MIT */
      4  1.1  jmcneill #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H
      5  1.1  jmcneill #define _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H
      6  1.1  jmcneill 
      7  1.1  jmcneill #include <dt-bindings/interrupt-controller/irq.h>
      8  1.1  jmcneill 
      9  1.1  jmcneill #define AIC_IRQ	0
     10  1.1  jmcneill #define AIC_FIQ	1
     11  1.1  jmcneill 
     12  1.1  jmcneill #define AIC_TMR_HV_PHYS		0
     13  1.1  jmcneill #define AIC_TMR_HV_VIRT		1
     14  1.1  jmcneill #define AIC_TMR_GUEST_PHYS	2
     15  1.1  jmcneill #define AIC_TMR_GUEST_VIRT	3
     16  1.1  jmcneill 
     17  1.1  jmcneill #endif
     18