/* * File: include/asm-blackfin/mach-common/def_LPBlackfin.h * Based on: * Author: unknown * COPYRIGHT 2005 Analog Devices * Created: ? * Description: * * Modified: * * Bugs: Enter bugs at http://blackfin.uclinux.org/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; see the file COPYING. * If not, write to the Free Software Foundation, * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* LP Blackfin CORE REGISTER BIT & ADDRESS DEFINITIONS FOR ADSP-BF532/33 */ #ifndef _DEF_LPBLACKFIN_H #define _DEF_LPBLACKFIN_H #include /*#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 */