⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 irqs.h

📁 linux-2.4.29操作系统的源码
💻 H
字号:
/* *  linux/include/asm-arm/arch-camelot/irqs.h * *  Copyright (C) 2001 Altera Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA *//* Use the Excalibur chip definitions */#define INT_CTRL00_TYPE#include "asm/arch/int_ctrl00.h"#define IRQ_PLD0                     INT_MS_P0_OFST#define IRQ_PLD1                     INT_MS_P1_OFST#define IRQ_PLD2                     INT_MS_P2_OFST#define IRQ_PLD3                     INT_MS_P3_OFST#define IRQ_PLD4                     INT_MS_P4_OFST#define IRQ_PLD5                     INT_MS_P5_OFST#define IRQ_EXT                      INT_MS_IP_OFST#define IRQ_UART                     INT_MS_UA_OFST#define IRQ_TIMER0                   INT_MS_T0_OFST#define IRQ_TIMER1                   INT_MS_T1_OFST#define IRQ_PLL                      INT_MS_PLL_OFST#define IRQ_EBI                      INT_MS_EBI_OFST#define IRQ_STRIPE_BRIDGE            INT_MS_PLL_OFST#define IRQ_AHB_BRIDGE               INT_MS_PLL_OFST#define IRQ_COMMRX                   INT_MS_CR_OFST#define IRQ_COMMTX                   INT_MS_CT_OFST#define IRQ_FAST_COMM                INT_MS_FC_OFST#define NR_IRQS                         (INT_MS_FC_OFST + 1)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -