15 #include <asm/processor.h>
16 #include <asm/cache.h>
20 unsigned long pvr, prr, cvr;
23 static unsigned long sizes[16] = {
59 if (((pvr >> 16) & 0xff) == 0x10) {
62 if ((cvr & 0x10000000) == 0) {
79 if ((cvr & 0x20000000))
111 else if (prr == 0xa1)
182 case 0x500 ... 0x501:
206 size = sizes[(cvr >> 20) & 0xf];
214 size = sizes[(cvr >> 16) & 0xf];
228 if ((cvr & 0xf) == 0)
243 size = (cvr & 0xf) << 17;