/* * def_LPBlackfin.h * * This file is subject to the terms and conditions of the GNU Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Non-GPL License also available as part of VisualDSP++ * * http://www.analog.com/processors/resources/crosscore/visualDspDevSoftware.html * * (c) Copyright 2001-2005 Analog Devices, Inc. All rights reserved * * This file under source code control, please send bugs or changes to: * dsptools.support@analog.com * */ /* LP Blackfin CORE REGISTER BIT & ADDRESS DEFINITIONS FOR ADSP-BF532 */ #ifndef _DEF_LPBLACKFIN_H #define _DEF_LPBLACKFIN_H /* * #if !defined(__ADSPLPBLACKFIN__) * #warning def_LPBlackfin.h should only be included for 532 compatible chips. * #endif */ #define MK_BMSK_( x ) (1<31 */ #define TEST_WAY0 0x00000000 /* Access Way0 */ #define TEST_WAY1 0x04000000 /* Access Way1 */ /* ** ITEST_COMMAND only */ #define TEST_WAY2 0x08000000 /* Access Way2 */ #define TEST_WAY3 0x0C000000 /* Access Way3 */ /* ** DTEST_COMMAND only */ #define TEST_BNKSELA 0x00000000 /* Access SuperBank A */ #define TEST_BNKSELB 0x00800000 /* Access SuperBank B */ #endif /* _DEF_LPBLACKFIN_H */