#ifndef __MGT5200_MGT5200_H #define __MGT5200_MGT5200_H /****************************************************************************** * * Copyright (c) 2004 Freescale Semiconductor, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included * in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. * ******************************************************************************/ #define MBAR_CS 0x0000 #define MBAR_SDRAM 0x0100 #define MBAR_CDM 0x0200 #define MBAR_LPC 0x0300 #define MBAR_SCTMR 0x0400 #define MBAR_INT_CTRL 0x0500 #define MBAR_GPTIMER 0x0600 #define MBAR_SLTIMER 0x0700 #define MBAR_RTCLOCK 0x0800 #define MBAR_MSCAN 0x0900 #define MBAR_GPIO_STD 0x0B00 #define MBAR_GPIO_WKUP 0x0C00 #define MBAR_XCPCI 0x0D00 #define MBAR_SPI 0x0F00 #define MBAR_USB 0x1000 #define MBAR_SDMA 0x1200 #define MBAR_BDLC 0x1300 #define MBAR_IR 0x1400 #define MBAR_XLB_ARB 0x1F00 #define MBAR_PSC1 0x2000 #define MBAR_PSC2 0x2200 #define MBAR_PSC3 0x2400 #define MBAR_PSC4 0x2600 #define MBAR_PSC5 0x2800 #define MBAR_PSC6 0x2C00 #define MBAR_IRDA 0x2C00 #define MBAR_ETHERNET 0x3000 #define MBAR_SCPCI 0x3800 #define MBAR_ATA 0x3A00 #define MBAR_SCLPC 0x3C00 #define MBAR_I2C 0x3D00 #define MBAR_SRAM 0x8000 #endif /* __MGT5200_MGT5200_H */