Searched refs:model (Results 76 - 100 of 292) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A DMakefile.in296 gen-model.h
426 model.h
461 model.h model.c \
522 model.o \
606 model.o: model.c $(CPU_H) $(MON_H)
707 -n model.h -hm tmp-model.h \
708 -n model
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.h63 QStandardItemModel model; member in class:Peers
/netbsd-6-1-5-RELEASE/sys/arch/prep/prep/
H A Dplatform.c71 /* find the platform quirk entry for this model, -1 if none */
74 find_platform_quirk(const char *model) argument
78 for (i = 0; platform_quirks[i].model != NULL; i++)
79 if (strcmp(model, platform_quirks[i].model) == 0)
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Doplvar.h49 int model; member in struct:opl_softc
H A Drs5c313.c64 const char *model; local
68 model = "5C313";
74 model = "5C316";
80 aprint_error("unknown model (%d)\n", sc->sc_model);
85 aprint_normal(": RICOH %s real time clock\n", model);
H A Dopl.c163 sc->syn.name, sc->model);
165 sc->syn.nvoice = sc->model == OPL_2 ? OPL2_NVOICE : OPL3_NVOICE;
173 aprint_normal(": model OPL%d", sc->model);
178 if (sc->model == OPL_3 &&
213 if (sc->model == OPL_2)
218 if (sc->model == OPL_2)
245 sc->model = OPL_2; /* worst case assumption */
277 sc->model = OPL_3;
280 sc->model
[all...]
H A Dnslm7x.c1723 const char *model = NULL; local
1730 model = "LM78";
1733 model = "LM78J";
1736 model = "LM79";
1739 model = "LM81";
1748 "National Semiconductor %s Hardware monitor\n", model);
1821 const char *model = NULL; local
1846 model = "W83627HF";
1851 model = "W83627THF";
1860 model
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtx39.c103 int model, rev; local
118 model = MIPS_PRID_REV(mips_options.mips_cpu_id);
120 switch (model) {
124 "Unknown TOSHIBA TX39-series %x", model);
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dmpu_sb.c84 sc->model = "SB MPU-401 MIDI UART";
H A Duha_isa.c195 u_int16_t model, config; local
199 model = (bus_space_read_1(iot, ioh, U14_ID + 0) << 8) |
201 if ((model & 0xfff0) != 0x5640)
207 switch (model & 0x000f) {
230 printf("u14_find: unknown model %x\n", model);
/netbsd-6-1-5-RELEASE/sys/arch/arc/arc/
H A Dplatform.c50 p->vendor, p->model, p->variant,
/netbsd-6-1-5-RELEASE/sys/arch/arm/vfp/
H A Dvfp_init.c114 const char *model = NULL; local
135 model = "VFP10 R1";
138 model = "VFP11";
150 model);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k6/
H A Dmul_1.asm25 C P6 model 0-8,10-12) 5.5
26 C P6 model 9 (Banias)
27 C P6 model 13 (Dothan) 4.87
28 C P4 model 0 (Willamette)
29 C P4 model 1 (?)
30 C P4 model 2 (Northwood)
31 C P4 model 3 (Prescott)
32 C P4 model 4 (Nocona)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Dmod_1_4.asm26 C P6 model 0-8,10-12)
27 C P6 model 9 (Banias)
28 C P6 model 13 (Dothan) 6.0
29 C P4 model 0 (Willamette)
30 C P4 model 1 (?)
31 C P4 model 2 (Northwood) 15.5
32 C P4 model 3 (Prescott)
33 C P4 model 4 (Nocona)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Daorsmul_1.asm25 C P6 model 0-8,10-12) 6.44
26 C P6 model 9 (Banias)
27 C P6 model 13 (Dothan) 6.11
28 C P4 model 0 (Willamette)
29 C P4 model 1 (?)
30 C P4 model 2 (Northwood)
31 C P4 model 3 (Prescott)
32 C P4 model 4 (Nocona)
H A Daors_n.asm27 C P6 model 0-8,10-12) 3.17
28 C P6 model 9 (Banias) ?
29 C P6 model 13 (Dothan) 2.25
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/p6/p3mmx/
H A Dpopham.asm26 C P3 model 9 (Banias) ? ?
27 C P3 model 13 (Dothan) 5.75 6
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dmpu_cmpci.c80 sc->model = "CMPCI MPU-401 MIDI UART";
H A Dmpu_eso.c81 sc->model = "ESO MPU-401 MIDI UART";
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Ddriver-i386.c388 unsigned int model, family; local
418 model = (eax >> 4) & 0x0f;
429 model += extended_model;
432 model += extended_model;
475 bool xeon_mp = (family == 15 && model == 6);
541 switch (model)
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/rs6000/
H A Dmachdep.c187 uint32_t model;
189 model = iplinfo->model;
190 if (model & 0x08000000) {
193 } else if (model & 0x02000000)
195 else if (model & 0x04000000)
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dwzero3_ssp.c119 const struct wzero3ssp_model *model; local
121 for (model = wzero3ssp_table; model->platid != NULL; model++) {
122 if (platid_match(&platid, model->platid)) {
123 return model;
155 aprint_error_dev(self, "unknown model\n");
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Ddec_2000_300.c111 if ((platform.model = alpha_dsr_sysname()) == NULL) {
113 platform.model = alpha_unknown_sysname();
/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dmpu_acpi.c120 sc->model = "Roland MPU-401 MIDI UART";
/netbsd-6-1-5-RELEASE/sys/dev/eisa/
H A Duha_eisa.c119 const char *model, *intrstr; local
122 model = EISA_PRODUCT_USC0240;
124 model = "unknown model!";
125 printf(": %s\n", model);

Completed in 187 milliseconds

1234567891011>>