2003-08-21 Till Straumann <strauman@slac.stanford.edu>

PR 457/bsps
	* rtems/powerpc/registers.h: Add a few definitions for the PowerPC
	thermal assistance unit.
This commit is contained in:
Joel Sherrill
2003-08-21 17:09:26 +00:00
parent fe235a1e28
commit d36c457fa8
2 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
2003-08-21 Till Straumann <strauman@slac.stanford.edu>
PR 457/bsps
* rtems/powerpc/registers.h: Add a few definitions for the PowerPC
thermal assistance unit.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address. * configure.ac: Use rtems-bugs@rtems.com as bug report email address.

View File

@@ -148,13 +148,14 @@ n:
#define THRM1 1020 #define THRM1 1020
#define THRM2 1021 #define THRM2 1021
#define THRM3 1022 #define THRM3 1022
#define THRM1_TIN 0x1 #define THRM1_TIN (1<<(31-0))
#define THRM1_TIV 0x2 #define THRM1_TIV (1<<(31-1))
#define THRM1_THRES (0x7f<<2) #define THRM1_THRES (0x7f<<(31-8))
#define THRM1_TID (1<<29) #define THRM1_TID (1<<(31-29))
#define THRM1_TIE (1<<30) #define THRM1_TIE (1<<(31-30))
#define THRM1_V (1<<31) #define THRM1_V (1<<(31-31))
#define THRM3_E (1<<31) #define THRM3_SITV (0x1fff << (31-30))
#define THRM3_E (1<<(31-31))
/* Segment Registers */ /* Segment Registers */
#define SR0 0 #define SR0 0