Home
last modified time | relevance | path

Searched refs:model (Results 1 – 25 of 202) sorted by relevance

123456789

/dragonfly/sys/dev/netif/mii_layer/
H A Dmiidevs129 model ATHEROS F1 0x0001 Atheros F1 10/100/1000 PHY
130 model ATHEROS F2 0x0002 Atheros F2 10/100 PHY
132 model ATHEROS F1_7 0x0007 Atheros F1 10/100/1000 PHY
142 model AMD 79c973phy 0x0036 Am79c973 internal PHY
143 model AMD 79c978 0x0039 Am79c978 HomePNA PHY
147 model BROADCOM BCM5401 0x0005 BCM5401 1000baseT PHY
148 model BROADCOM BCM5411 0x0007 BCM5411 1000baseT PHY
151 model BROADCOM BCM5221 0x001e BCM5221 100baseTX PHY
152 model BROADCOM BCM5201 0x0021 BCM5201 10/100 PHY
155 model BROADCOM BCM5220 0x0033 BCM5220 10/100 PHY
[all …]
H A Dmiivar.h200 #define MII_PHYDESC(oui, model) \ argument
203 .mpd_model = MII_MODEL_##oui##_##model, \
204 .mpd_name = MII_STR_##oui##_##model, \
207 #define MII_PHYDESC_ARG(oui, model, arg) \ argument
210 .mpd_model = MII_MODEL_##oui##_##model, \
211 .mpd_name = MII_STR_##oui##_##model, \
H A Dciphy.c341 uint16_t model, status, speed; in ciphy_fixup() local
344 model = MII_MODEL(PHY_READ(sc, CIPHY_MII_PHYIDR2)); in ciphy_fixup()
355 switch (model) { in ciphy_fixup()
394 "unknown CICADA PHY model %x\n", model); in ciphy_fixup()
/dragonfly/sys/dev/acpica/acpi_asus/
H A Dacpi_asus.c620 for (model = acpi_asus_models; model->name != NULL; model++) { in acpi_asus_probe()
628 sc->model = model; in acpi_asus_probe()
682 model->lcd_get = NULL; in acpi_asus_probe()
814 if (sc->model->lcdd != NULL && sc->model->lcdd_n_func != NULL) { in acpi_asus_attach()
841 if (sc->model->bled_set) in acpi_asus_detach()
844 if (sc->model->dled_set) in acpi_asus_detach()
847 if (sc->model->gled_set) in acpi_asus_detach()
850 if (sc->model->mled_set) in acpi_asus_detach()
853 if (sc->model->tled_set) in acpi_asus_detach()
856 if (sc->model->wled_set) in acpi_asus_detach()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dmemmodel.h69 is_mm_relaxed (enum memmodel model) in is_mm_relaxed() argument
71 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_RELAXED; in is_mm_relaxed()
76 is_mm_consume (enum memmodel model) in is_mm_consume() argument
78 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_CONSUME; in is_mm_consume()
83 is_mm_acquire (enum memmodel model) in is_mm_acquire() argument
85 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_ACQUIRE; in is_mm_acquire()
90 is_mm_release (enum memmodel model) in is_mm_release() argument
97 is_mm_acq_rel (enum memmodel model) in is_mm_acq_rel() argument
104 is_mm_seq_cst (enum memmodel model) in is_mm_seq_cst() argument
111 is_mm_sync (enum memmodel model) in is_mm_sync() argument
[all …]
H A Doptabs.c6043 enum memmodel model) in maybe_emit_sync_lock_test_and_set() argument
6055 if (is_mm_seq_cst (model) || is_mm_release (model) || is_mm_acq_rel (model)) in maybe_emit_sync_lock_test_and_set()
6450 if (is_mm_relaxed (model)) in expand_mem_thread_fence()
6472 if (!is_mm_relaxed (model)) in expand_mem_signal_fence()
6494 if (is_mm_seq_cst (model)) in expand_atomic_load()
6502 if (!is_mm_relaxed (model)) in expand_atomic_load()
6523 if (is_mm_seq_cst (model)) in expand_atomic_load()
6552 if (!is_mm_relaxed (model)) in expand_atomic_store()
6559 if (is_mm_seq_cst (model)) in expand_atomic_store()
6612 if (is_mm_seq_cst (model)) in expand_atomic_store()
[all …]
/dragonfly/contrib/gcc-8.0/libgcc/config/i386/
H A Dcpuinfo.c61 switch (model) in get_amd_cpu()
87 if (model == 0x2) in get_amd_cpu()
90 else if (model <= 0xf) in get_amd_cpu()
93 else if (model <= 0x2f) in get_amd_cpu()
96 else if (model <= 0x4f) in get_amd_cpu()
99 else if (model <= 0x7f) in get_amd_cpu()
109 if (model <= 0x1f) in get_amd_cpu()
131 switch (model) in get_intel_cpu()
452 model += extended_model; in __cpu_indicator_init()
455 model += extended_model; in __cpu_indicator_init()
[all …]
/dragonfly/sys/dev/powermng/amdtemp/
H A Damdtemp.c327 uint32_t family, model; in amdtemp_probe() local
335 model = CPUID_TO_MODEL(cpu_id); in amdtemp_probe()
369 uint32_t cpuid, family, model; in amdtemp_attach() local
383 model = CPUID_TO_MODEL(cpuid); in amdtemp_attach()
402 model = CPUID_TO_MODEL(cpuid); in amdtemp_attach()
432 if (model >= 0x40) in amdtemp_attach()
434 if (model >= 0x60 && model != 0xc1) { in amdtemp_attach()
437 switch (model) { in amdtemp_attach()
514 switch(model) { in amdtemp_attach()
982 switch (model) { in amdtemp_probe_ccd_sensors17h()
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dx6800011 >>>>&0 ubyte&15 0 model: X68000,
12 >>>>&0 ubyte&15 1 model: PC-88VA,
13 >>>>&0 ubyte&15 2 model: FM-TOWNS,
14 >>>>&0 ubyte&15 3 model: MAC,
15 >>>>&0 ubyte&15 15 model: Generic,
H A Dxenix6 # "Middle model" stuff, and "Xenix 8086 relocatable or 80286 small
7 # model" lifted from "magic.xenix", with comment "derived empirically;
10 # "small model", "large model", "huge model" stuff lifted from XXX
49 >8 leshort 1 Middle model
66 >0x1f byte <0x040 small model
67 >0x1f byte =0x048 large model
68 >0x1f byte =0x049 huge model
102 0 leshort 0x580 XENIX 8086 relocatable or 80286 small model
H A Dcad289 >>>16 leshort 0x3d3d 3D Studio model
338 0 string glTF glTF binary model
341 !:mime model/gltf-binary
352 0 string ply\n PLY model,
366 !:mime model/vrml
369 !:mime model/vrml
372 0 string #X3D X3D (Extensible 3D) model, VRML format
375 !:mime model/x3d+vrml
387 !:mime model/x3d+xml
393 !:mime model/vnd.collada+xml
[all …]
/dragonfly/sys/dev/disk/sdhci/
H A Dsdhci_pci.c68 uint32_t model; member
280 uint32_t model; in sdhci_pci_probe() local
285 model = (uint32_t)pci_get_device(dev) << 16; in sdhci_pci_probe()
286 model |= (uint32_t)pci_get_vendor(dev) & 0x0000ffff; in sdhci_pci_probe()
292 for (i = 0; sdhci_devices[i].model != 0; i++) { in sdhci_pci_probe()
293 if (sdhci_devices[i].model == model && in sdhci_pci_probe()
314 uint32_t model; in sdhci_pci_attach() local
323 model = (uint32_t)pci_get_device(dev) << 16; in sdhci_pci_attach()
324 model |= (uint32_t)pci_get_vendor(dev) & 0x0000ffff; in sdhci_pci_attach()
327 for (i = 0; sdhci_devices[i].model != 0; i++) { in sdhci_pci_attach()
[all …]
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dpriority_queue.h183 priority_queue_empty_p (struct priority_queue *head, enum memmodel model) in priority_queue_empty_p() argument
193 if (model == MEMMODEL_ACQUIRE) in priority_queue_empty_p()
197 if (model == MEMMODEL_ACQUIRE) in priority_queue_empty_p()
417 enum memmodel model) in priority_list_remove() argument
432 if (model == MEMMODEL_RELEASE) in priority_list_remove()
460 enum memmodel model) in priority_queue_remove() argument
471 if (model == MEMMODEL_RELEASE) in priority_queue_remove()
482 task_to_priority_node (type, task), model); in priority_queue_remove()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dsync.md108 [(match_operand:SI 0 "const_int_operand")] ;; model
115 if (is_mm_seq_cst (model))
323 if (is_mm_seq_cst (model))
601 (match_operand:SI 3 "const_int_operand")] ;; model
708 (match_operand:SI 3 "const_int_operand")] ;; model
720 (match_operand:SI 2 "const_int_operand")] ;; model
747 (match_operand:SI 2 "const_int_operand")] ;; model
774 (match_operand:SI 2 "const_int_operand")] ;; model
784 (match_operand:SI 3 "const_int_operand") ;; model
820 (match_operand:SI 3 "const_int_operand") ;; model
[all …]
H A Ddriver-i386.c396 unsigned int model, family; in host_detect_local_cpu() local
446 model = (eax >> 4) & 0x0f; in host_detect_local_cpu()
458 model += extended_model; in host_detect_local_cpu()
461 model += extended_model; in host_detect_local_cpu()
628 bool xeon_mp = (family == 15 && model == 6); in host_detect_local_cpu()
689 else if (model >= 9) in host_detect_local_cpu()
691 else if (model >= 6) in host_detect_local_cpu()
725 if (model >= 6) in host_detect_local_cpu()
743 switch (model) in host_detect_local_cpu()
899 if (model >= 9) in host_detect_local_cpu()
/dragonfly/usr.sbin/nscd/
H A Dagent.c96 struct agent model, *model_p; in find_agent() local
99 model.name = (char *)name; in find_agent()
100 model.type = type; in find_agent()
101 model_p = &model; in find_agent()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dsync.md102 [(match_operand:SI 0 "const_int_operand" "")] ;; model
204 enum memmodel model = (enum memmodel) INTVAL (operands[2]);
231 if (model == MEMMODEL_SEQ_CST)
316 (match_operand:SI 6 "const_int_operand" "") ;; success model
317 (match_operand:SI 7 "const_int_operand" "")] ;; failure model
340 (match_operand:SI 6 "const_int_operand" "") ;; success model
446 (match_operand:SI 3 "const_int_operand" "")] ;; model
519 (match_operand:SI 3 "const_int_operand" "")] ;; model
531 (match_operand:SI 2 "const_int_operand" "")] ;; model
555 (match_operand:SI 2 "const_int_operand" "")] ;; model
[all …]
H A Ddriver-i386.c390 unsigned int model, family; in host_detect_local_cpu() local
424 model = (eax >> 4) & 0x0f; in host_detect_local_cpu()
435 model += extended_model; in host_detect_local_cpu()
438 model += extended_model; in host_detect_local_cpu()
524 bool xeon_mp = (family == 15 && model == 6); in host_detect_local_cpu()
566 if (model > 9) in host_detect_local_cpu()
569 else if (model == 9) in host_detect_local_cpu()
571 else if (model >= 6) in host_detect_local_cpu()
627 switch (model) in host_detect_local_cpu()
/dragonfly/sys/dev/powermng/kate/
H A Dkate.c166 int i, j, cmpcap, model; in kate_attach() local
188 model = CPUID_TO_MODEL(c); in kate_attach()
189 if (model >= 0x60 && model != 0xc1) { in kate_attach()
193 switch (model) { in kate_attach()
/dragonfly/sys/dev/misc/syscons/
H A Dscvidctl.c145 scp->model = V_INFO_MM_TEXT; in sc_set_text_mode()
224 scp->model = V_INFO_MM_OTHER; in sc_set_graphics_mode()
381 scp->model = info.vi_mem_model; in sc_set_pixel_mode()
824 sc_render_match(scr_stat *scp, char *name, int model) in sc_render_match() argument
832 (model == p->model)) { in sc_render_match()
842 (model == p->model)) { in sc_render_match()
882 if (scp->model != V_INFO_MM_OTHER) in sc_update_render()
883 scp->model = V_INFO_MM_TEXT; in sc_update_render()
886 rndr = sc_render_match(scp, sw->te_renderer, scp->model); in sc_update_render()
889 rndr = sc_render_match(scp, "kms", scp->model); in sc_update_render()
[all …]
H A Dsyscons.h318 int model; /* memory model */ member
441 int model; member
448 #define RENDERER(name, model, sw, set) \ argument
449 static struct sc_renderer scrndr_##name##_##model = { \
450 #name, model, &sw \
452 DATA_SET(scrndr_set, scrndr_##name##_##model); \
453 DATA_SET(set, scrndr_##name##_##model)
593 sc_rndr_sw_t *sc_render_match(scr_stat *scp, char *name, int model);
/dragonfly/sys/dev/disk/nata/
H A Data-all.c621 if (!error && (isprint(atadev->param.model[0]) || in ata_getparam()
622 isprint(atadev->param.model[1]))) { in ata_getparam()
630 if (!(!strncmp(atacap->model, "FX", 2) || in ata_getparam()
631 !strncmp(atacap->model, "NEC", 3) || in ata_getparam()
632 !strncmp(atacap->model, "Pioneer", 7) || in ata_getparam()
633 !strncmp(atacap->model, "SHARP", 5))) { in ata_getparam()
634 bswap(atacap->model, sizeof(atacap->model)); in ata_getparam()
638 btrim(atacap->model, sizeof(atacap->model)); in ata_getparam()
639 bpack(atacap->model, atacap->model, sizeof(atacap->model)); in ata_getparam()
657 ksprintf(buffer, "%.40s/%.8s", atacap->model, atacap->revision); in ata_getparam()
H A Data-disk.c511 if ((marker = index(atadev->param.model, ' ')) || in ad_describe()
512 (marker = index(atadev->param.model, '-'))) { in ad_describe()
513 int len = (marker - atadev->param.model); in ad_describe()
515 strncpy(vendor, atadev->param.model, len); in ad_describe()
518 strncpy(product, atadev->param.model + len, 40 - len); in ad_describe()
522 if (!strncmp(atadev->param.model, "ST", 2)) in ad_describe()
524 else if (!strncmp(atadev->param.model, "HDS", 3)) in ad_describe()
528 strncpy(product, atadev->param.model, 40); in ad_describe()
/dragonfly/sys/dev/powermng/clockmod/
H A Dclockmod.c491 uint32_t model, stepping; in clockmod_errata_duty() local
509 model = CPUID_TO_MODEL(cpu_id); in clockmod_errata_duty()
512 if (model == 0x6) { in clockmod_errata_duty()
522 } else if (model == 0x2) { in clockmod_errata_duty()
534 } else if (model == 0x1) { in clockmod_errata_duty()
543 } else if (model == 0x0) { in clockmod_errata_duty()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-ia64.texi36 as using the ``constant GP'' model. With this model, it is assumed
44 as using the ``constant GP without function descriptor'' data model.
45 This model is like the ``constant GP'' model, except that it
58 These options select the data model. The assembler defaults to @code{-mlp64}
59 (LP64 data model).

123456789