|
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 | : | 21.07 GB of 70.42 GB (29.92%) |
|
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-spear3xx/
include/
mach/
- drwxr-xr-x
|
Viewing file: spear300.h (1.74 KB) -rw-r--r--Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
/* * arch/arm/mach-spear3xx/include/mach/spear300.h * * SPEAr300 Machine specific definition * * Copyright (C) 2009 ST Microelectronics * Viresh Kumar<viresh.kumar@st.com> * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */
#ifdef CONFIG_MACH_SPEAR300
#ifndef __MACH_SPEAR300_H #define __MACH_SPEAR300_H
/* Base address of various IPs */ #define SPEAR300_TELECOM_BASE UL(0x50000000)
/* Interrupt registers offsets and masks */ #define SPEAR300_INT_ENB_MASK_REG 0x54 #define SPEAR300_INT_STS_MASK_REG 0x58 #define SPEAR300_IT_PERS_S_IRQ_MASK (1 << 0) #define SPEAR300_IT_CHANGE_S_IRQ_MASK (1 << 1) #define SPEAR300_I2S_IRQ_MASK (1 << 2) #define SPEAR300_TDM_IRQ_MASK (1 << 3) #define SPEAR300_CAMERA_L_IRQ_MASK (1 << 4) #define SPEAR300_CAMERA_F_IRQ_MASK (1 << 5) #define SPEAR300_CAMERA_V_IRQ_MASK (1 << 6) #define SPEAR300_KEYBOARD_IRQ_MASK (1 << 7) #define SPEAR300_GPIO1_IRQ_MASK (1 << 8)
#define SPEAR300_SHIRQ_RAS1_MASK 0x1FF
#define SPEAR300_CLCD_BASE UL(0x60000000) #define SPEAR300_SDHCI_BASE UL(0x70000000) #define SPEAR300_NAND_0_BASE UL(0x80000000) #define SPEAR300_NAND_1_BASE UL(0x84000000) #define SPEAR300_NAND_2_BASE UL(0x88000000) #define SPEAR300_NAND_3_BASE UL(0x8c000000) #define SPEAR300_NOR_0_BASE UL(0x90000000) #define SPEAR300_NOR_1_BASE UL(0x91000000) #define SPEAR300_NOR_2_BASE UL(0x92000000) #define SPEAR300_NOR_3_BASE UL(0x93000000) #define SPEAR300_FSMC_BASE UL(0x94000000) #define SPEAR300_SOC_CONFIG_BASE UL(0x99000000) #define SPEAR300_KEYBOARD_BASE UL(0xA0000000) #define SPEAR300_GPIO_BASE UL(0xA9000000)
#endif /* __MACH_SPEAR300_H */
#endif /* CONFIG_MACH_SPEAR300 */
|