Revision c4374bb7

b/target-microblaze/cpu.h
110 110
#define PVR0_USE_ICACHE_MASK            0x02000000
111 111
#define PVR0_USE_DCACHE_MASK            0x01000000
112 112
#define PVR0_USE_MMU                    0x00800000      /* new */
113
#define PVR0_USE_BTC			0x00400000
114
#define PVR0_ENDI			0x00200000
115
#define PVR0_FAULT			0x00100000
113 116
#define PVR0_VERSION_MASK               0x0000FF00
114 117
#define PVR0_USER1_MASK                 0x000000FF
115 118

  
......
169 172
#define PVR5_DCACHE_ALLOW_WR_MASK       0x01000000
170 173
#define PVR5_DCACHE_LINE_LEN_MASK       0x00E00000
171 174
#define PVR5_DCACHE_BYTE_SIZE_MASK      0x001F0000
175
#define PVR5_DCACHE_WRITEBACK_MASK      0x00004000
172 176

  
173 177
/* ICache base address PVR mask */
174 178
#define PVR6_ICACHE_BASEADDR_MASK       0xFFFFFFFF

Also available in: Unified diff