????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.144.108.175 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : 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, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/modules/3.13.0-49-generic/build/arch/mips/include/asm/mach-db1x00/ |
Upload File : |
/* * NetLogic DB1300 board constants */ #ifndef _DB1300_H_ #define _DB1300_H_ /* FPGA (external mux) interrupt sources */ #define DB1300_FIRST_INT (ALCHEMY_GPIC_INT_LAST + 1) #define DB1300_IDE_INT (DB1300_FIRST_INT + 0) #define DB1300_ETH_INT (DB1300_FIRST_INT + 1) #define DB1300_CF_INT (DB1300_FIRST_INT + 2) #define DB1300_VIDEO_INT (DB1300_FIRST_INT + 4) #define DB1300_HDMI_INT (DB1300_FIRST_INT + 5) #define DB1300_DC_INT (DB1300_FIRST_INT + 6) #define DB1300_FLASH_INT (DB1300_FIRST_INT + 7) #define DB1300_CF_INSERT_INT (DB1300_FIRST_INT + 8) #define DB1300_CF_EJECT_INT (DB1300_FIRST_INT + 9) #define DB1300_AC97_INT (DB1300_FIRST_INT + 10) #define DB1300_AC97_PEN_INT (DB1300_FIRST_INT + 11) #define DB1300_SD1_INSERT_INT (DB1300_FIRST_INT + 12) #define DB1300_SD1_EJECT_INT (DB1300_FIRST_INT + 13) #define DB1300_OTG_VBUS_OC_INT (DB1300_FIRST_INT + 14) #define DB1300_HOST_VBUS_OC_INT (DB1300_FIRST_INT + 15) #define DB1300_LAST_INT (DB1300_FIRST_INT + 15) /* SMSC9210 CS */ #define DB1300_ETH_PHYS_ADDR 0x19000000 #define DB1300_ETH_PHYS_END 0x197fffff /* ATA CS */ #define DB1300_IDE_PHYS_ADDR 0x18800000 #define DB1300_IDE_REG_SHIFT 5 #define DB1300_IDE_PHYS_LEN (16 << DB1300_IDE_REG_SHIFT) /* NAND CS */ #define DB1300_NAND_PHYS_ADDR 0x20000000 #define DB1300_NAND_PHYS_END 0x20000fff #endif /* _DB1300_H_ */