#ifndef atu_h #define atu_h /* Copyright Motorola, Inc. 1999. ALL RIGHTS RESERVED atu.h - Defines the Address Translation Unit (ATU) registers and values modification history -------------------- 09Jun99,My Created */ #define L_ATU_EUMBBAR 0x2000 /* Local EUMBBAR of ATU */ #define L_ATU_OMBAR (L_ATU_EUMBBAR+0x0300) /* Local ATU Outboud Mem */ #define L_ATU_OTWR (L_ATU_EUMBBAR+0x0308) /* Local ATU Outboud Trans. */ #define L_ATU_ITWR (L_ATU_EUMBBAR+0x0310) /* Local ATU Inboud Mem */ #define ATU_IW_1M 0x13 /* Inbound Window Size=1M */ #define ATU_IW_512K 0x12 /* Inbound Window Size=512K */ #define ATU_IW_256K 0x11 /* Inbound Window Size=256K */ #define ATU_IW_128K 0x10 /* Inbound Window Size=128K */ #define ATU_IW_64K 0xf /* Inbound Window Size=64K */ #define ATU_IW_32K 0xe /* Inbound Window Size=32K */ #define ATU_IW_16K 0xd /* Inbound Window Size=16K */ #define ATU_IW_8K 0xc /* Inbound Window Size=8K */ #define ATU_IW_4K 0xb /* Inbound Window Size=4K */ #define ATU_BASE 0x00090000 /* Inbound Base address */ #endif