2 * Xtensa Special Register symbolic names
5 /* $Id: //depot/rel/BadgerPass/Xtensa/SWConfig/hal/specreg.h.tpp#1 $ */
8 * Customer ID=4748; Build=0x2230f; Copyright (c) 1998-2002 by Tensilica Inc. ALL RIGHTS RESERVED.
9 * These coded instructions, statements, and computer programs are the
10 * copyrighted works and confidential proprietary information of Tensilica Inc.
11 * They may not be modified, copied, reproduced, distributed, or disclosed to
12 * third parties in any manner, medium, or form, in whole or in part, without
13 * the prior written consent of Tensilica Inc.
16 #ifndef XTENSA_SPECREG_H
17 #define XTENSA_SPECREG_H
19 /* Include these special register bitfield definitions, for historical reasons: */
20 #include <xtensa/corebits.h>
23 /* Special registers: */
31 #define WINDOWSTART 73
32 #define IBREAKENABLE 96
60 #define DEBUGCAUSE 233
64 #define ICOUNTLEVEL 237
66 #define CCOMPARE_0 240
67 #define MISC_REG_0 244
68 #define MISC_REG_1 245
70 /* Special cases (bases of special register series): */
79 /* Special names for read-only and write-only interrupt registers: */
84 #endif /* XTENSA_SPECREG_H */