00001 #ifndef CYGONCE_MOD_REGS_BSC_H 00002 #define CYGONCE_MOD_REGS_BSC_H 00003 00004 //========================================================================== 00005 // 00006 // mod_regs_bsc.h 00007 // 00008 // Bus Controler Register 00009 // 00010 //========================================================================== 00011 //####ECOSGPLCOPYRIGHTBEGIN#### 00012 // ------------------------------------------- 00013 // This file is part of eCos, the Embedded Configurable Operating System. 00014 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. 00015 // 00016 // eCos is free software; you can redistribute it and/or modify it under 00017 // the terms of the GNU General Public License as published by the Free 00018 // Software Foundation; either version 2 or (at your option) any later version. 00019 // 00020 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY 00021 // WARRANTY; without even the implied warranty of MERCHANTABILITY or 00022 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 00023 // for more details. 00024 // 00025 // You should have received a copy of the GNU General Public License along 00026 // with eCos; if not, write to the Free Software Foundation, Inc., 00027 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 00028 // 00029 // As a special exception, if other files instantiate templates or use macros 00030 // or inline functions from this file, or you compile this file and link it 00031 // with other works to produce a work based on this file, this file does not 00032 // by itself cause the resulting work to be covered by the GNU General Public 00033 // License. However the source code for this file must still be made available 00034 // in accordance with section (3) of the GNU General Public License. 00035 // 00036 // This exception does not invalidate any other reasons why a work based on 00037 // this file might be covered by the GNU General Public License. 00038 // 00039 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. 00040 // at http://sources.redhat.com/ecos/ecos-license/ 00041 // ------------------------------------------- 00042 //####ECOSGPLCOPYRIGHTEND#### 00043 //========================================================================== 00044 //#####DESCRIPTIONBEGIN#### 00045 // 00046 // Author(s): yoshinori sato 00047 // Contributors: yoshinori sato 00048 // Date: 2003-01-01 00049 // 00050 //####DESCRIPTIONEND#### 00051 // 00052 //========================================================================== 00053 00054 00055 //========================================================================== 00056 // DOXYGEN FILE HEADER 00061 //========================================================================== 00062 00063 #define CYGARC_ABWCR 0xFFFEC0 00064 #define CYGARC_ASTCR 0xFFFEC1 00065 #define CYGARC_WTCRAH 0xFFFEC2 00066 #define CYGARC_WTCRAL 0xFFFEC3 00067 #define CYGARC_WTCRBH 0xFFFEC4 00068 #define CYGARC_WTCRBL 0xFFFEC5 00069 #define CYGARC_RDNCR 0xFFFEC6 00070 #define CYGARC_CSACRH 0xFFFEC8 00071 #define CYGARC_CSACRL 0xFFFEC9 00072 #define CYGARC_BROMCRH 0xFFFECA 00073 #define CYGARC_BROMCRL 0xFFFECB 00074 #define CYGARC_BCR 0xFFFECC 00075 #define CYGARC_DRAMCR 0xFFFED0 00076 #define CYGARC_DRACCR 0xFFFED2 00077 #define CYGARC_REFCR 0xFFFED4 00078 #define CYGARC_REFCRH 0xFFFED4 00079 #define CYGARC_REFCRL 0xFFFED5 00080 #define CYGARC_RTCNT 0xFFFED6 00081 #define CYGARC_RTCOR 0xFFFED7 00082 00083 //--------------------------------------------------------------------------- 00084 #endif // End of #define CYGONCE_MOD_REGS_BSC_H 00085
1.3.5