Searched refs:modelstr (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | config.guess | 842 const char *modelstr, *suffix; 857 modelstr = "$guess_cpu"; 867 if (model == 4 || model == 8) modelstr = "pentiummmx"; 868 else modelstr = "pentium"; 871 if (model <= 1) modelstr = "pentiumpro"; 872 else if (model <= 6) modelstr = "pentium2"; 873 else if (model <= 8) modelstr = "pentium3"; 874 else if (model <= 9) modelstr = "pentiumm"; 875 else if (model <= 0x0c) modelstr = "pentium3"; 876 else if (model <= 0x0e) modelstr = "pentiumm"; [all …]
|
| /netbsd/src/sys/dev/i2c/ |
| D | si70xx.c | 788 char modelstr[64]; in si70xx_attach() local 792 snprintf(modelstr, sizeof(modelstr), "Engineering Sample"); in si70xx_attach() 797 snprintf(modelstr, sizeof(modelstr), "SI70%d", model); in si70xx_attach() 800 … snprintf(modelstr, sizeof(modelstr), "Unknown model %d (maybe an HTU21D)", model); in si70xx_attach() 820 modelstr, fwversionstr, testcrcpt1[0], testcrcpt1[1], in si70xx_attach()
|
| /netbsd/src/sys/arch/arm/marvell/ |
| D | mvsoc.c | 365 const char *modelstr; member 1064 nametbl[i].modelstr, in mvsoc_attach()
|