Lines Matching full:fpu

60 #define FPU(ver, _name) \  macro
75 FPU(0, "Fujitsu MB86910 or Weitek WTL1164/5"),
76 FPU(1, "Fujitsu MB86911 or Weitek WTL1164/5 or LSI L64831"),
77 FPU(2, "LSI Logic L64802 or Texas Instruments ACT8847"),
79 FPU(3, "Weitek WTL3170/2"),
81 FPU(4, "Lsi Logic/Meiko L64804 or compatible"),
82 FPU(-1, NULL)
99 FPU(0, "ROSS HyperSparc combined IU/FPU"),
100 FPU(1, "Lsi Logic L64814"),
101 FPU(2, "Texas Instruments TMS390-C602A"),
102 FPU(3, "Cypress CY7C602 FPU"),
103 FPU(-1, NULL)
114 FPU(-1, NULL)
123 FPU(-1, NULL)
139 FPU(0, "SuperSparc on-chip FPU"),
141 FPU(4, "TI MicroSparc on chip FPU"),
142 FPU(-1, NULL)
151 FPU(0, "Matsushita MN10501"),
152 FPU(-1, NULL)
161 FPU(-1, NULL)
170 FPU(-1, NULL)
179 FPU(-1, NULL)
192 FPU(3, "Fujitsu or Weitek on-chip FPU"),
193 FPU(-1, NULL)
202 FPU(2, "GRFPU"),
203 FPU(3, "GRFPU-Lite"),
204 FPU(-1, NULL)
216 FPU(0x10, "UltraSparc I integrated FPU"),
217 FPU(0x11, "UltraSparc II integrated FPU"),
218 FPU(0x12, "UltraSparc IIi integrated FPU"),
219 FPU(0x13, "UltraSparc IIe integrated FPU"),
220 FPU(-1, NULL)
229 FPU(0x10, "UltraSparc I integrated FPU"),
230 FPU(-1, NULL)
244 FPU(0x14, "UltraSparc III integrated FPU"),
245 FPU(0x15, "UltraSparc III+ integrated FPU"),
246 FPU(0x16, "UltraSparc IIIi integrated FPU"),
247 FPU(0x18, "UltraSparc IV integrated FPU"),
248 FPU(0x19, "UltraSparc IV+ integrated FPU"),
249 FPU(0x22, "UltraSparc IIIi+ integrated FPU"),
250 FPU(-1, NULL)
254 /* In order to get the fpu type correct, you need to take the IDPROM's
283 const struct fpu_info *fpu; in set_cpu_and_fpu() local
291 sparc_fpu_type = "No FPU"; in set_cpu_and_fpu()
296 fpu = &manuf->fpu_info[0]; in set_cpu_and_fpu()
297 while (fpu->fp_vers != -1) in set_cpu_and_fpu()
299 if (fpu->fp_vers == fpu_vers) { in set_cpu_and_fpu()
300 sparc_fpu_type = fpu->name; in set_cpu_and_fpu()
303 fpu++; in set_cpu_and_fpu()
314 printk(KERN_ERR "FPU: Unknown chip, impl[0x%x] vers[0x%x]\n", in set_cpu_and_fpu()
316 sparc_fpu_type = "Unknown FPU"; in set_cpu_and_fpu()
327 "fpu\t\t: %s\n" in show_cpuinfo()
374 "fpu\t\t: %s\n" in show_cpuinfo()
470 sparc_fpu_type = "UltraSparc T1 integrated FPU"; in sun4v_cpu_probe()
476 sparc_fpu_type = "UltraSparc T2 integrated FPU"; in sun4v_cpu_probe()
482 sparc_fpu_type = "UltraSparc T3 integrated FPU"; in sun4v_cpu_probe()
488 sparc_fpu_type = "UltraSparc T4 integrated FPU"; in sun4v_cpu_probe()
494 sparc_fpu_type = "UltraSparc T5 integrated FPU"; in sun4v_cpu_probe()
500 sparc_fpu_type = "SPARC-M6 integrated FPU"; in sun4v_cpu_probe()
506 sparc_fpu_type = "SPARC-M7 integrated FPU"; in sun4v_cpu_probe()
512 sparc_fpu_type = "SPARC-M8 integrated FPU"; in sun4v_cpu_probe()
518 sparc_fpu_type = "SPARC-SN integrated FPU"; in sun4v_cpu_probe()
524 sparc_fpu_type = "SPARC64-X integrated FPU"; in sun4v_cpu_probe()
532 sparc_fpu_type = "Unknown SUN4V FPU"; in sun4v_cpu_probe()