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

1234567891011>>

/linux-master/arch/mips/cavium-octeon/executive/
H A DMakefile12 obj-y += cvmx-bootmem.o cvmx-l2c.o cvmx-sysinfo.o octeon-model.o
H A Docteon-model.c119 * the model number. There are some exceptions that are fixed
461 /* Check for model in fuses, overrides normal decode */
471 int model = fuse_data & 0x3fff; local
473 if (suffix && model) {
475 sprintf(fuse_model, "%d%c", model, 'A' + suffix - 1);
478 } else if (suffix && !model) {
479 /* Only have suffix, so add suffix to 'normal' model number */
483 /* Don't have suffix, so just use model from fuses */
484 sprintf(fuse_model, "%d", model);
496 * string representing the chip model numbe
[all...]
/linux-master/sound/pci/ice1712/
H A Dvt1720_mobo.c80 .model = "k8x800",
116 .model = "sn25p",
/linux-master/arch/x86/boot/
H A Dcpuflags.c100 cpu.model = (tfms >> 4) & 15;
102 cpu.model += ((tfms >> 16) & 0xf) << 4;
/linux-master/arch/powerpc/platforms/chrp/
H A Dpci.c214 const char *model, *machine; local
223 machine = of_get_property(root, "model", NULL);
267 model = of_get_property(dev, "model", NULL);
268 if (model == NULL)
269 model = "<none>";
270 if (strncmp(model, "IBM, Python", 11) == 0) {
273 || strncmp(model, "Motorola, Grackle", 17) == 0) {
284 } else if (!strncmp(model, "IBM,CPC710", 10)) {
300 printk("No methods for %pOF (model
[all...]
/linux-master/arch/m68k/sun3/
H A Didprom.c88 void sun3_get_model(char *model) argument
94 strcpy(model, Sun_Machines[i].name);
/linux-master/tools/perf/arch/x86/annotate/
H A Dinstructions.c148 if (arch->family != 6 || arch->model < 0x1e || strstr(ins2, "jmp"))
151 if (arch->model == 0x1e) {
175 unsigned int family, model, stepping; local
179 * cpuid = "GenuineIntel,family,model,stepping"
181 ret = sscanf(cpuid, "%*[^,],%u,%u,%u", &family, &model, &stepping);
184 arch->model = model;
/linux-master/drivers/comedi/drivers/
H A Dvmk80xx.c109 enum vmk80xx_model model; member in struct:vmk80xx_board
123 .model = VMK8055_MODEL,
133 .model = VMK8061_MODEL,
151 enum vmk80xx_model model; member in struct:vmk80xx_private
186 if (devpriv->model == VMK8061_MODEL) {
207 if (devpriv->model == VMK8061_MODEL) {
247 switch (devpriv->model) {
267 if (devpriv->model == VMK8055_MODEL) {
296 switch (devpriv->model) {
366 if (devpriv->model
[all...]
/linux-master/sound/firewire/dice/
H A Ddice.c37 int key, val, vendor = -1, model = -1; local
53 model = val;
67 device->config_rom[4] >> 22 != model)
101 char vendor[32], model[32]; local
122 strcpy(model, "?");
123 fw_csr_string(dice->unit->directory, CSR_MODEL, model, sizeof(model));
126 vendor, model, dev->config_rom[4] & 0x3fffff,
248 #define DICE_DEV_ENTRY_TYPICAL(vendor, model, data) \
255 .model_id = (model), \
[all...]
/linux-master/sound/pci/oxygen/
H A Doxygen_mixer.c22 info->count = chip->model.dac_channels_mixer;
23 info->value.integer.min = chip->model.dac_volume_min;
24 info->value.integer.max = chip->model.dac_volume_max;
35 for (i = 0; i < chip->model.dac_channels_mixer; ++i)
50 for (i = 0; i < chip->model.dac_channels_mixer; ++i)
56 chip->model.update_dac_volume(chip);
82 chip->model.update_dac_mute(chip);
90 if (chip->model.dac_channels_pcm < 8)
92 else if (chip->model.update_center_lfe_mix)
171 if (chip->model
[all...]
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_drv.c254 strscpy(mdev->model, vsp1->info->model, sizeof(mdev->model));
683 .model = "VSP1-S",
695 .model = "VSP1-R",
705 .model = "VSP1-D",
716 .model = "VSP1-S",
728 .model = "VSP1V-S",
739 .model = "VSP1V-D",
750 .model
857 u32 model; local
[all...]
/linux-master/drivers/s390/char/
H A Draw3270.c43 int model, rows, cols; member in struct:raw3270
450 int rc, model;
458 rp->model = 2;
469 model = diag_data.vrdccrmd;
470 /* Use default model 2 if the size could not be detected */
471 if (rc || model < 2 || model > 5)
472 model = 2;
473 switch (model) {
475 rp->model
448 int rc, model; local
[all...]
/linux-master/drivers/scsi/bfa/
H A Dbfad_attr.c725 char model[BFA_ADAPTER_MODEL_NAME_LEN]; local
727 bfa_get_adapter_model(&bfad->bfa, model);
728 return sysfs_emit(buf, "%s\n", model);
739 char model[BFA_ADAPTER_MODEL_NAME_LEN]; local
743 bfa_get_adapter_model(&bfad->bfa, model);
745 if (!strcmp(model, "QLogic-425"))
748 else if (!strcmp(model, "QLogic-825"))
751 else if (!strcmp(model, "QLogic-42B"))
754 else if (!strcmp(model, "QLogic-82B"))
757 else if (!strcmp(model, "QLogi
[all...]
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c113 int model; member in struct:if_sdio_card
181 switch (card->model) {
271 if (card->model == MODEL_8385) {
730 } else if ((card->model == MODEL_8686) && (scratch & 0x7fff)) {
736 ret = lbs_get_firmware_async(card->priv, &card->func->dev, card->model,
761 if ((card->model != MODEL_8385)
762 && (card->model != MODEL_8686))
799 if (card->model == MODEL_8688) {
843 /* For 1-bit transfers to the 8686 model, we need to enable the
846 if ((card->model
1140 unsigned int model; local
[all...]
/linux-master/arch/m68k/atari/
H A Dconfig.c72 static void atari_get_model(char *model);
568 static void atari_get_model(char *model) argument
570 strcpy(model, "Atari ");
574 strcat(model, "Mega ST");
576 strcat(model, "ST");
580 strcat(model, "Mega STE");
582 strcat(model, "STE");
587 strcat(model, "Medusa");
589 strcat(model, "TT");
592 strcat(model, "Falco
[all...]
/linux-master/drivers/hwmon/
H A Dlm95241.c84 u8 status, config, model, trutherm; member in struct:lm95241_data
171 *val = (data->model & R1MS_MASK) ? 1 : 2;
173 *val = (data->model & R2MS_MASK) ? 1 : 2;
288 data->model |= R1MS_MASK;
291 data->model &= ~R1MS_MASK;
297 data->model |= R2MS_MASK;
300 data->model &= ~R2MS_MASK;
306 data->model);
409 data->model);
/linux-master/drivers/peci/
H A Ddevice.c81 unsigned int fam, model; local
85 model = (sig >> 4) & 0xf;
88 model += ((sig >> 16) & 0xf) << 4;
90 return model;
104 device->info.model = peci_x86_cpu_model(cpu_id);
/linux-master/drivers/input/touchscreen/
H A Dads7846.c102 u16 model; member in struct:ads7846
512 if (ts->model == 7846)
527 if (ts->model == 7843 && index < 2) /* in0, in1 */
529 if (ts->model == 7845 && index != 2) /* in0 */
554 switch (ts->model) {
567 ts->model);
829 if (ts->model == 7845) {
841 if (ts->model == 7843 || ts->model == 7845) {
1037 if (ts->model
[all...]
/linux-master/drivers/platform/x86/
H A Deeepc-wmi.c119 char *model; local
123 model = (char *)dmi->matches[1].substr;
124 if (unlikely(strncmp(model, "ET2012", 6) == 0))
/linux-master/tools/perf/arch/s390/annotate/
H A Dinstructions.c139 char model[16], model_c[16], cpumf_v[16], cpumf_a[16]; local
144 * "IBM,family,model-capacity,model[,cpum_cf-version,cpum_cf-authorization]"
147 model, cpumf_v, cpumf_a);
150 arch->model = 0;
/linux-master/arch/m68k/mvme147/
H A Dconfig.c36 static void mvme147_get_model(char *model);
63 static void mvme147_get_model(char *model) argument
65 sprintf(model, "Motorola MVME147");
/linux-master/arch/powerpc/platforms/52xx/
H A Defika.c199 const char *model = of_get_property(root, "model", NULL); local
202 if (model == NULL)
204 if (strcmp(model, "EFIKA5K2"))
/linux-master/drivers/mtd/nand/raw/
H A Dnand_onfi.c237 sanitize_string(p->model, sizeof(p->model));
238 chip->parameters.model = kstrdup(p->model, GFP_KERNEL);
239 if (!chip->parameters.model) {
334 kfree(chip->parameters.model);
/linux-master/arch/arm64/include/asm/
H A Dcputype.h213 * Represent a range of MIDR values for a given CPU model and a
216 * @model - CPU model as defined by MIDR_CPU_MODEL
222 u32 model; member in struct:midr_range
229 .model = m, \
238 static inline bool midr_is_cpu_model_range(u32 midr, u32 model, u32 rv_min, argument
244 return _model == model && rv >= rv_min && rv <= rv_max;
249 return midr_is_cpu_model_range(midr, range->model,
256 while (ranges->model)
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_perfmon.c101 if (gpu->identity.model == chipModel_GC880 ||
102 gpu->identity.model == chipModel_GC2000 ||
103 gpu->identity.model == chipModel_GC2100)
115 if (gpu->identity.model == chipModel_GC880 ||
116 gpu->identity.model == chipModel_GC2000 ||
117 gpu->identity.model == chipModel_GC2100)

Completed in 339 milliseconds

1234567891011>>