|
System | : | Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 |
Software | : | Apache. PHP/5.3.6-13ubuntu3.10 |
ID | : | uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
|
|
Safe Mode | : | OFF |
Open_Basedir | : | OFF |
Freespace | : | 22.38 GB of 70.42 GB (31.78%) |
|
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON |
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
|
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ]
|
|
/
usr/
src/
linux-headers-3.0.0-14/
arch/
arm/
mach-iop33x/
include/
mach/
- drwxr-xr-x
|
Viewing file: irqs.h (1.49 KB) -rw-r--r--Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
/* * arch/arm/mach-iop33x/include/mach/irqs.h * * Author: Dave Jiang (dave.jiang@intel.com) * Copyright: (C) 2003 Intel Corp. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */
#ifndef __IRQS_H #define __IRQS_H
/* * IOP80331 chipset interrupts */ #define IRQ_IOP33X_DMA0_EOT 0 #define IRQ_IOP33X_DMA0_EOC 1 #define IRQ_IOP33X_DMA1_EOT 2 #define IRQ_IOP33X_DMA1_EOC 3 #define IRQ_IOP33X_AA_EOT 6 #define IRQ_IOP33X_AA_EOC 7 #define IRQ_IOP33X_TIMER0 8 #define IRQ_IOP33X_TIMER1 9 #define IRQ_IOP33X_I2C_0 10 #define IRQ_IOP33X_I2C_1 11 #define IRQ_IOP33X_MSG 12 #define IRQ_IOP33X_MSGIBQ 13 #define IRQ_IOP33X_ATU_BIST 14 #define IRQ_IOP33X_PERFMON 15 #define IRQ_IOP33X_CORE_PMU 16 #define IRQ_IOP33X_XINT0 24 #define IRQ_IOP33X_XINT1 25 #define IRQ_IOP33X_XINT2 26 #define IRQ_IOP33X_XINT3 27 #define IRQ_IOP33X_XINT8 32 #define IRQ_IOP33X_XINT9 33 #define IRQ_IOP33X_XINT10 34 #define IRQ_IOP33X_XINT11 35 #define IRQ_IOP33X_XINT12 36 #define IRQ_IOP33X_XINT13 37 #define IRQ_IOP33X_XINT14 38 #define IRQ_IOP33X_XINT15 39 #define IRQ_IOP33X_UART0 51 #define IRQ_IOP33X_UART1 52 #define IRQ_IOP33X_PBIE 53 #define IRQ_IOP33X_ATU_CRW 54 #define IRQ_IOP33X_ATU_ERR 55 #define IRQ_IOP33X_MCU_ERR 56 #define IRQ_IOP33X_DMA0_ERR 57 #define IRQ_IOP33X_DMA1_ERR 58 #define IRQ_IOP33X_AA_ERR 60 #define IRQ_IOP33X_MSG_ERR 62 #define IRQ_IOP33X_HPI 63
#define NR_IRQS 64
#endif
|