diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-01-15 17:29:35 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-01-15 17:29:35 -0500 |
commit | cb51c1503c6b860e1f848e227d07a773f94f23b6 (patch) | |
tree | a9025310e4397800aaca30ce7f568a720cae0541 /dev/tsunamireg.h | |
parent | f013df643a57814e6db4988037c9718eab994e5a (diff) | |
download | gem5-cb51c1503c6b860e1f848e227d07a773f94f23b6.tar.xz |
Slowly on our way to booting with Tsunami
--HG--
extra : convert_revision : ec8e7e2dc929ad84c5e320fbfb02070e94cd1ad1
Diffstat (limited to 'dev/tsunamireg.h')
-rw-r--r-- | dev/tsunamireg.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev/tsunamireg.h b/dev/tsunamireg.h new file mode 100644 index 000000000..fe92846c2 --- /dev/null +++ b/dev/tsunamireg.h @@ -0,0 +1,33 @@ + +#ifndef __TSUNAMIREG_H__ +#define __TSUNAMIREG_H__ + +#define TSDEV_CC_CSR 0x00 +#define TSDEV_CC_MTR 0x01 +#define TSDEV_CC_MISC 0x02 + +#define TSDEV_CC_AAR0 0x04 +#define TSDEV_CC_AAR1 0x05 +#define TSDEV_CC_AAR2 0x06 +#define TSDEV_CC_AAR3 0x07 +#define TSDEV_CC_DIM0 0x08 +#define TSDEV_CC_DIM1 0x09 +#define TSDEV_CC_DIR0 0x0A +#define TSDEV_CC_DIR1 0x0B +#define TSDEV_CC_DRIR 0x0C +#define TSDEV_CC_PRBEN 0x0D +#define TSDEV_CC_IIC0 0x0E +#define TSDEV_CC_IIC1 0x0F +#define TSDEV_CC_MPR0 0x10 +#define TSDEV_CC_MPR1 0x11 +#define TSDEV_CC_MPR2 0x12 +#define TSDEV_CC_MPR3 0x13 + +#define TSDEV_CC_DIM2 0x18 +#define TSDEV_CC_DIM3 0x19 +#define TSDEV_CC_DIR2 0x1A +#define TSDEV_CC_DIR3 0x1B +#define TSDEV_CC_IIC2 0x1C +#define TSDEV_CC_IIC3 0x1D + +#endif // __TSUNAMIREG_H__ |