]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/Include/Omap3530/Omap3530Interrupt.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / Omap35xxPkg / Include / Omap3530 / Omap3530Interrupt.h
diff --git a/Omap35xxPkg/Include/Omap3530/Omap3530Interrupt.h b/Omap35xxPkg/Include/Omap3530/Omap3530Interrupt.h
deleted file mode 100644 (file)
index 20339e2..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-/** @file\r
-\r
-  Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
-  Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
-\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef __OMAP3530INTERRUPT_H__\r
-#define __OMAP3530INTERRUPT_H__\r
-\r
-#include <Library/PcdLib.h>\r
-\r
-#define INTERRUPT_BASE        (PcdGet32 (PcdInterruptBaseAddress))\r
-\r
-#define INT_NROF_VECTORS      (96)\r
-#define MAX_VECTOR            (INT_NROF_VECTORS - 1)\r
-#define INTCPS_SYSCONFIG      (INTERRUPT_BASE + 0x0010)\r
-#define INTCPS_SYSSTATUS      (INTERRUPT_BASE + 0x0014)\r
-#define INTCPS_SIR_IRQ        (INTERRUPT_BASE + 0x0040)\r
-#define INTCPS_SIR_IFQ        (INTERRUPT_BASE + 0x0044)\r
-#define INTCPS_CONTROL        (INTERRUPT_BASE + 0x0048)\r
-#define INTCPS_PROTECTION     (INTERRUPT_BASE + 0x004C)\r
-#define INTCPS_IDLE           (INTERRUPT_BASE + 0x0050)\r
-#define INTCPS_IRQ_PRIORITY   (INTERRUPT_BASE + 0x0060)\r
-#define INTCPS_FIQ_PRIORITY   (INTERRUPT_BASE + 0x0064)\r
-#define INTCPS_THRESHOLD      (INTERRUPT_BASE + 0x0068)\r
-#define INTCPS_ITR(n)         (INTERRUPT_BASE + 0x0080 + (0x20 * (n)))\r
-#define INTCPS_MIR(n)         (INTERRUPT_BASE + 0x0084 + (0x20 * (n)))\r
-#define INTCPS_MIR_CLEAR(n)   (INTERRUPT_BASE + 0x0088 + (0x20 * (n)))\r
-#define INTCPS_MIR_SET(n)     (INTERRUPT_BASE + 0x008C + (0x20 * (n)))\r
-#define INTCPS_ISR_SET(n)     (INTERRUPT_BASE + 0x0090 + (0x20 * (n)))\r
-#define INTCPS_ISR_CLEAR(n)   (INTERRUPT_BASE + 0x0094 + (0x20 * (n)))\r
-#define INTCPS_PENDING_IRQ(n) (INTERRUPT_BASE + 0x0098 + (0x20 * (n)))\r
-#define INTCPS_PENDING_FIQ(n) (INTERRUPT_BASE + 0x009C + (0x20 * (n)))\r
-#define INTCPS_ILR(m)         (INTERRUPT_BASE + 0x0100 + (0x04 * (m)))\r
-\r
-#define INTCPS_ILR_FIQ            BIT0\r
-#define INTCPS_SIR_IRQ_MASK       (0x7F)\r
-#define INTCPS_CONTROL_NEWIRQAGR  BIT0\r
-#define INTCPS_CONTROL_NEWFIQAGR  BIT1\r
-\r
-#endif // __OMAP3530INTERRUPT_H__\r
-\r