Lines Matching +full:0 +full:x01800000
18 #define CRIME_BASE 0x14000000 /* physical */
22 #define CRIME_ID_MASK 0xff
23 #define CRIME_ID_IDBITS 0xf0
24 #define CRIME_ID_IDVALUE 0xa0
25 #define CRIME_ID_REV 0x0f
26 #define CRIME_REV_PETTY 0x00
27 #define CRIME_REV_11 0x11
28 #define CRIME_REV_13 0x13
29 #define CRIME_REV_14 0x14
32 #define CRIME_CONTROL_MASK 0x3fff
33 #define CRIME_CONTROL_TRITON_SYSADC 0x2000
34 #define CRIME_CONTROL_CRIME_SYSADC 0x1000
35 #define CRIME_CONTROL_HARD_RESET 0x0800
36 #define CRIME_CONTROL_SOFT_RESET 0x0400
37 #define CRIME_CONTROL_DOG_ENA 0x0200
38 #define CRIME_CONTROL_ENDIANESS 0x0100
39 #define CRIME_CONTROL_ENDIAN_BIG 0x0100
40 #define CRIME_CONTROL_ENDIAN_LITTLE 0x0000
41 #define CRIME_CONTROL_CQUEUE_HWM 0x000f
42 #define CRIME_CONTROL_CQUEUE_SHFT 0
43 #define CRIME_CONTROL_WBUF_HWM 0x00f0
50 #define MACE_VID_IN1_INT BIT(0)
84 #define CRIME_MACE_INT_MASK 0x8f
85 #define CRIME_MACEISA_INT_MASK 0x70
86 #define CRIME_MACEPCI_INT_MASK 0xff00
87 #define CRIME_CRIME_INT_MASK 0xffff0000
90 #define CRIME_DOG_POWER_ON_RESET 0x00010000
91 #define CRIME_DOG_WARM_RESET 0x00080000
93 #define CRIME_DOG_VALUE 0x00007fff
100 #define CRIME_CPU_ERROR_ADDR_MASK 0x3ffffffff
103 #define CRIME_CPU_ERROR_MASK 0x7 /* cpu error stat is 3 bits */
104 #define CRIME_CPU_ERROR_CPU_ILL_ADDR 0x4
105 #define CRIME_CPU_ERROR_VICE_WRT_PRTY 0x2
106 #define CRIME_CPU_ERROR_CPU_WRT_PRTY 0x1
112 #define CRIME_MEM_BANK_CONTROL_MASK 0x11f /* 9 bits 7:5 reserved */
113 #define CRIME_MEM_BANK_CONTROL_ADDR 0x01f
114 #define CRIME_MEM_BANK_CONTROL_SDRAM_SIZE 0x100
118 #define CRIME_MEM_REF_COUNTER_MASK 0x3ff /* 10bit */
121 #define CRIME_MEM_ERROR_STAT_MASK 0x0ff7ffff /* 28-bit register */
122 #define CRIME_MEM_ERROR_MACE_ID 0x0000007f
123 #define CRIME_MEM_ERROR_MACE_ACCESS 0x00000080
124 #define CRIME_MEM_ERROR_RE_ID 0x00007f00
125 #define CRIME_MEM_ERROR_RE_ACCESS 0x00008000
126 #define CRIME_MEM_ERROR_GBE_ACCESS 0x00010000
127 #define CRIME_MEM_ERROR_VICE_ACCESS 0x00020000
128 #define CRIME_MEM_ERROR_CPU_ACCESS 0x00040000
129 #define CRIME_MEM_ERROR_RESERVED 0x00080000
130 #define CRIME_MEM_ERROR_SOFT_ERR 0x00100000
131 #define CRIME_MEM_ERROR_HARD_ERR 0x00200000
132 #define CRIME_MEM_ERROR_MULTIPLE 0x00400000
133 #define CRIME_MEM_ERROR_ECC 0x01800000
134 #define CRIME_MEM_ERROR_MEM_ECC_RD 0x00800000
135 #define CRIME_MEM_ERROR_MEM_ECC_RMW 0x01000000
136 #define CRIME_MEM_ERROR_INV 0x0e000000
137 #define CRIME_MEM_ERROR_INV_MEM_ADDR_RD 0x02000000
138 #define CRIME_MEM_ERROR_INV_MEM_ADDR_WR 0x04000000
139 #define CRIME_MEM_ERROR_INV_MEM_ADDR_RMW 0x08000000
142 #define CRIME_MEM_ERROR_ADDR_MASK 0x3fffffff
145 #define CRIME_MEM_ERROR_ECC_SYN_MASK 0xffffffff
148 #define CRIME_MEM_ERROR_ECC_CHK_MASK 0xffffffff
151 #define CRIME_MEM_ERROR_ECC_REPL_MASK 0xffffffff
156 #define CRIME_HI_MEM_BASE 0x40000000 /* this is where whole 1G of RAM is mapped */