tsunamireg.h revision 768
11689SN/A
21689SN/A#ifndef __TSUNAMIREG_H__
31689SN/A#define __TSUNAMIREG_H__
41689SN/A
51689SN/A// CChip Registers
61689SN/A#define TSDEV_CC_CSR    0x00
71689SN/A#define TSDEV_CC_MTR    0x01
81689SN/A#define TSDEV_CC_MISC   0x02
91689SN/A
101689SN/A#define TSDEV_CC_AAR0   0x04
111689SN/A#define TSDEV_CC_AAR1   0x05
121689SN/A#define TSDEV_CC_AAR2   0x06
131689SN/A#define TSDEV_CC_AAR3   0x07
141689SN/A#define TSDEV_CC_DIM0   0x08
151689SN/A#define TSDEV_CC_DIM1   0x09
161689SN/A#define TSDEV_CC_DIR0   0x0A
171689SN/A#define TSDEV_CC_DIR1   0x0B
181689SN/A#define TSDEV_CC_DRIR   0x0C
191689SN/A#define TSDEV_CC_PRBEN  0x0D
201689SN/A#define TSDEV_CC_IIC0   0x0E
211689SN/A#define TSDEV_CC_IIC1   0x0F
221689SN/A#define TSDEV_CC_MPR0   0x10
231689SN/A#define TSDEV_CC_MPR1   0x11
241689SN/A#define TSDEV_CC_MPR2   0x12
251689SN/A#define TSDEV_CC_MPR3   0x13
261689SN/A
271689SN/A#define TSDEV_CC_DIM2   0x18
281689SN/A#define TSDEV_CC_DIM3   0x19
291060SN/A#define TSDEV_CC_DIR2   0x1A
301060SN/A#define TSDEV_CC_DIR3   0x1B
311060SN/A#define TSDEV_CC_IIC2   0x1C
321060SN/A#define TSDEV_CC_IIC3   0x1D
331689SN/A
341060SN/A
351060SN/A// PChip Registers
361755SN/A#define TSDEV_PC_WSBA0      0x00
371755SN/A#define TSDEV_PC_WSBA1      0x01
381060SN/A#define TSDEV_PC_WSBA2      0x02
391060SN/A#define TSDEV_PC_WSBA3      0x03
401060SN/A#define TSDEV_PC_WSM0       0x04
411681SN/A#define TSDEV_PC_WSM1       0x05
421060SN/A#define TSDEV_PC_WSM2       0x06
431060SN/A#define TSDEV_PC_WSM3       0x07
441060SN/A#define TSDEV_PC_TBA0       0x08
451858SN/A#define TSDEV_PC_TBA1       0x09
461717SN/A#define TSDEV_PC_TBA2       0x0A
472190SN/A#define TSDEV_PC_TBA3       0x0B
481717SN/A#define TSDEV_PC_PCTL       0x0C
491717SN/A#define TSDEV_PC_PLAT       0x0D
501060SN/A#define TSDEV_PC_RES        0x0E
511060SN/A#define TSDEV_PC_PERROR     0x0F
522190SN/A#define TSDEV_PC_PERRMASK   0x10
531060SN/A#define TSDEV_PC_PERRSET    0x11
541060SN/A#define TSDEV_PC_TLBIV      0x12
551060SN/A#define TSDEV_PC_TLBIA      0x13
561060SN/A#define TSDEV_PC_PMONCTL    0x14
571060SN/A#define TSDEV_PC_PMONCNT    0x15
581060SN/A
591060SN/A#define TSDEV_PC_SPST       0x20
601464SN/A
611061SN/A
621858SN/A// DChip Registers
631061SN/A#define TSDEV_DC_DSC        0x20
641061SN/A#define TSDEV_DC_STR        0x21
651061SN/A#define TSDEV_DC_DREV       0x22
661060SN/A#define TSDEV_DC_DSC2       0x23
671681SN/A
681685SN/A#endif // __TSUNAMIREG_H__
691681SN/A