Lines Matching +full:0 +full:xff000044
23 .reg = 0xff000044, /* PRR (Product Register) */
28 .reg = 0xff000044, /* PRR (Product Register) */
33 .reg = 0xfff00044, /* PRR (Product Register) */
38 .reg = 0xe600101c, /* CCCR (Common Chip Code Register) */
51 .reg = 0xff000044, /* PRR (Product Register) */
56 .reg = 0xfff00044, /* PRR (Product Register) */
61 .reg = 0xe600101c, /* CCCR (Common Chip Code Register) */
76 .id = 0x3b,
81 .id = 0x3f,
86 .id = 0x40,
91 .id = 0x45,
96 .id = 0x47,
101 .id = 0x4b,
106 .id = 0x4c,
111 .id = 0x53,
116 .id = 0x52,
121 .id = 0x55,
126 .id = 0x57,
131 .id = 0x4f,
140 .id = 0x3b,
145 .id = 0x45,
150 .id = 0x47,
155 .id = 0x4a,
160 .id = 0x4b,
165 .id = 0x4c,
170 .id = 0x4f,
175 .id = 0x52,
180 .id = 0x55,
185 .id = 0x54,
190 .id = 0x56,
195 .id = 0x57,
200 .id = 0x58,
205 .id = 0x59,
210 .id = 0x37,
317 unsigned int product, eshi = 0, eslo; in renesas_soc_init()
328 chipid = of_iomap(np, 0); in renesas_soc_init()
335 if (soc->id && ((product >> 16) & 0xff) != soc->id) { in renesas_soc_init()
336 pr_warn("SoC mismatch (product = 0x%x)\n", in renesas_soc_init()
354 chipid = of_iomap(np, 0); in renesas_soc_init()
362 /* R-Car M3-W ES1.1 incorrectly identifies as ES2.0 */ in renesas_soc_init()
363 if ((product & 0x7fff) == 0x5210) in renesas_soc_init()
364 product ^= 0x11; in renesas_soc_init()
366 if ((product & 0x7fff) == 0x5211) in renesas_soc_init()
367 product ^= 0x12; in renesas_soc_init()
368 if (soc->id && ((product >> 8) & 0xff) != soc->id) { in renesas_soc_init()
369 pr_warn("SoC mismatch (product = 0x%x)\n", product); in renesas_soc_init()
372 eshi = ((product >> 4) & 0x0f) + 1; in renesas_soc_init()
373 eslo = product & 0xf; in renesas_soc_init()
404 return 0; in renesas_soc_init()