apple-aic.h 414 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0+ OR MIT */
  2. #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H
  3. #define _DT_BINDINGS_INTERRUPT_CONTROLLER_APPLE_AIC_H
  4. #include <dt-bindings/interrupt-controller/irq.h>
  5. #define AIC_IRQ 0
  6. #define AIC_FIQ 1
  7. #define AIC_TMR_HV_PHYS 0
  8. #define AIC_TMR_HV_VIRT 1
  9. #define AIC_TMR_GUEST_PHYS 2
  10. #define AIC_TMR_GUEST_VIRT 3
  11. #define AIC_CPU_PMU_E 4
  12. #define AIC_CPU_PMU_P 5
  13. #endif