Home
last modified time | relevance | path

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

12345678910>>...86

/freebsd-12.1/sys/dev/mii/
H A Dmiidevs119 model AGERE ET1011 0x0001 ET1011 10/100/1000baseT PHY
123 model ALTIMA ACXXX 0x0001 ACXXX 10/100 media interface
134 model yyAMD 79c901 0x0037 Am79C901 10BASE-T interface
138 model xxATHEROS F1 0x0001 Atheros F1 10/100/1000 PHY
139 model xxATHEROS F2 0x0002 Atheros F2 10/100 PHY
144 model xxASIX AX88X9X 0x0031 Ax88x9x internal PHY
218 model xxICPLUS IP101 0x0005 IP101 10/100 PHY
254 model LEVEL1 LXT973 0x0021 LXT973 10/100 Dual PHY
255 model LEVEL1 LXT974 0x0004 LXT974 10/100 Quad PHY
256 model LEVEL1 LXT975 0x0005 LXT975 10/100 Quad PHY
[all …]
/freebsd-12.1/sys/dev/acpi_support/
H A Dacpi_asus.c617 for (model = acpi_asus_models; model->name != NULL; model++) { in acpi_asus_probe()
625 sc->model = model; in acpi_asus_probe()
679 model->lcd_get = NULL; in acpi_asus_probe()
820 if (sc->model->lcdd != NULL && sc->model->lcdd_n_func != NULL) { in acpi_asus_attach()
848 if (sc->model->bled_set) in acpi_asus_detach()
851 if (sc->model->dled_set) in acpi_asus_detach()
854 if (sc->model->gled_set) in acpi_asus_detach()
857 if (sc->model->mled_set) in acpi_asus_detach()
860 if (sc->model->tled_set) in acpi_asus_detach()
863 if (sc->model->wled_set) in acpi_asus_detach()
[all …]
/freebsd-12.1/contrib/processor-trace/libipt/src/
H A Dpt_cpu.c96 long family, model, stepping; in pt_cpu_parse() local
111 model = strtol(s, &endptr, 0); in pt_cpu_parse()
115 if (model < 0 || model > UCHAR_MAX) in pt_cpu_parse()
135 cpu->model = (uint8_t) model; in pt_cpu_parse()
157 cpu->model = (info>>4) & 0xf; in pt_cpu_read()
159 cpu->model += (info>>12) & 0xf0; in pt_cpu_read()
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Datomic.c162 void __atomic_load_c(int size, void *src, void *dest, int model) { in __atomic_load_c() argument
164 *((type*)dest) = __c11_atomic_load((_Atomic(type)*)src, model);\ in __atomic_load_c()
176 void __atomic_store_c(int size, void *dest, void *src, int model) { in __atomic_store_c() argument
178 __c11_atomic_store((_Atomic(type)*)dest, *(type*)dest, model);\ in __atomic_store_c()
217 model);\ in __atomic_exchange_c()
248 type __atomic_load_##n(type *src, int model) {\
250 return __c11_atomic_load((_Atomic(type)*)src, model);\
261 void __atomic_store_##n(type *dest, type val, int model) {\
263 __c11_atomic_store((_Atomic(type)*)dest, val, model);\
276 type __atomic_exchange_##n(type *dest, type val, int model) {\
[all …]
/freebsd-12.1/contrib/file/magic/Magdir/
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
39 >8 leshort 1 Middle model
56 >0x1f byte <0x040 small model
57 >0x1f byte =0x048 large model
58 >0x1f byte =0x049 huge model
92 0 leshort 0x580 XENIX 8086 relocatable or 80286 small model
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,
/freebsd-12.1/sys/dev/amdtemp/
H A Damdtemp.c251 uint32_t family, model; in amdtemp_probe() local
259 model = CPUID_TO_MODEL(cpu_id); in amdtemp_probe()
292 uint32_t cpuid, family, model; in amdtemp_attach() local
306 model = CPUID_TO_MODEL(cpuid); in amdtemp_attach()
321 (family == 0x0f && model >= 0x40))) { in amdtemp_attach()
325 model = CPUID_TO_MODEL(cpuid); in amdtemp_attach()
355 if (model >= 0x40) in amdtemp_attach()
357 if (model >= 0x60 && model != 0xc1) { in amdtemp_attach()
360 switch (model) { in amdtemp_attach()
404 AMDTEMP_DRAM_MODE_DDR3) != 0 || model > 0x04 || in amdtemp_attach()
[all …]
/freebsd-12.1/sys/dev/asmc/
H A Dasmc.c421 char *model; in asmc_match() local
424 if (model == NULL) in asmc_match()
428 if (!strncmp(model, asmc_models[i].smc_model, strlen(model))) { in asmc_match()
429 freeenv(model); in asmc_match()
433 freeenv(model); in asmc_match()
441 struct asmc_model *model; in asmc_probe() local
448 model = asmc_match(dev); in asmc_probe()
449 if (!model) { in asmc_probe()
467 struct asmc_model *model; in asmc_attach() local
479 model = asmc_match(dev); in asmc_attach()
[all …]
/freebsd-12.1/contrib/ncurses/
H A Dmk-2nd.awk68 printf "# model: %s\n", model
103 printf "../%s/%s$o :\t%s/%s%s", model, $1, $3, $1, suffix
110 printf "\t@echo 'compiling %s (%s)'\n", $1, model
114 printf "cd ../%s; ", model;
135 printf " -o ../%s/%s$o", model, $1
/freebsd-12.1/usr.sbin/pc-sysinstall/backend-query/
H A Dxkeyboard-models.sh43 model="`echo $line | sed 's|(|[|g'`"
44 model="`echo $model | sed 's|)|]|g'`"
45 echo "$model"
/freebsd-12.1/sys/powerpc/mikrotik/
H A Dplatform_rb.c63 char model[32]; in rb_probe() local
67 if (OF_getprop(rootnode, "model", model, sizeof(model)) > 0) { in rb_probe()
68 if (strcmp(model, "RB800") == 0) in rb_probe()
H A Drb_led.c80 char model[6]; in rbled_probe() local
95 if (OF_getprop(node, "model", model, sizeof(model)) <= 0) in rbled_probe()
97 if (strcmp(model, "RB800") != 0) in rbled_probe()
/freebsd-12.1/sys/dev/sdhci/
H A Dsdhci_pci.c79 uint32_t model; member
298 uint32_t model; in sdhci_pci_probe() local
303 model = (uint32_t)pci_get_device(dev) << 16; in sdhci_pci_probe()
304 model |= (uint32_t)pci_get_vendor(dev) & 0x0000ffff; in sdhci_pci_probe()
310 for (i = 0; sdhci_devices[i].model != 0; i++) { in sdhci_pci_probe()
311 if (sdhci_devices[i].model == model && in sdhci_pci_probe()
333 uint32_t model; in sdhci_pci_attach() local
337 model = (uint32_t)pci_get_device(dev) << 16; in sdhci_pci_attach()
338 model |= (uint32_t)pci_get_vendor(dev) & 0x0000ffff; in sdhci_pci_attach()
341 for (i = 0; sdhci_devices[i].model != 0; i++) { in sdhci_pci_attach()
[all …]
/freebsd-12.1/sys/x86/iommu/
H A Dintel_quirks.c71 u_int model; member
98 u_int ext_family, ext_model, family_code, model, stepping; in dmar_match_quirks() local
128 model = (p[0] & CPUID_MODEL) >> 4; in dmar_match_quirks()
135 cpu_quirk->model == model && in dmar_match_quirks()
216 .ext_family = 0, .ext_model = 2, .family_code = 6, .model = 13,
/freebsd-12.1/sys/cddl/dev/dtrace/x86/
H A Dinstr_size.c104 dtrace_dis_isize(uchar_t *instr, dis_isize_t which, model_t model, int *rmindex) in dtrace_dis_isize() argument
110 mode = (model == DATAMODEL_LP64) ? SIZE64 : SIZE32; in dtrace_dis_isize()
130 dtrace_instr_size_isa(uchar_t *instr, model_t model, int *rmindex) in dtrace_instr_size_isa() argument
132 return (dtrace_dis_isize(instr, DIS_ISIZE_INSTR, model, rmindex)); in dtrace_instr_size_isa()
/freebsd-12.1/sys/cam/ata/
H A Data_all.c506 cam_strvis(product, ident_data->model, sizeof(ident_data->model), in ata_print_ident_short()
518 cam_strvis_sbuf(sb, ident_data->model, sizeof(ident_data->model), 0); in ata_print_ident_short_sbuf()
1003 sizeof(ident->model)) == 0) in ata_identify_match()
1021 sizeof(ident->model)) == 0) in ata_static_identify_match()
1266 if (strncmp(ident_buf->model, "FX", 2) && in ata_param_fixup()
1267 strncmp(ident_buf->model, "NEC", 3) && in ata_param_fixup()
1268 strncmp(ident_buf->model, "Pioneer", 7) && in ata_param_fixup()
1269 strncmp(ident_buf->model, "SHARP", 5)) { in ata_param_fixup()
1270 ata_bswap(ident_buf->model, sizeof(ident_buf->model)); in ata_param_fixup()
1274 ata_btrim(ident_buf->model, sizeof(ident_buf->model)); in ata_param_fixup()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc45 "relocation-model", cl::desc("Choose relocation model"),
69 "thread-model", cl::desc("Choose threading model"),
73 "Single thread model")));
76 "code-model", cl::desc("Choose code model"),
77 cl::values(clEnumValN(CodeModel::Tiny, "tiny", "Tiny code model"),
78 clEnumValN(CodeModel::Small, "small", "Small code model"),
81 clEnumValN(CodeModel::Large, "large", "Large code model")));
92 "exception-model", cl::desc("exception model"),
96 "default exception handling model"),
102 "Windows exception model"),
[all …]
/freebsd-12.1/sys/gnu/dts/arm64/freescale/
H A Dfsl-ls2080a-simu.dts3 * Device Tree file for Freescale LS2080a software Simulator model
16 model = "Freescale Layerscape 2080a software Simulator model";
/freebsd-12.1/usr.sbin/nscd/
H A Dagent.c99 struct agent model, *model_p; in find_agent() local
102 model.name = (char *)name; in find_agent()
103 model.type = type; in find_agent()
104 model_p = &model; in find_agent()
/freebsd-12.1/sys/dev/ofw/
H A Dofw_fdt.c415 char model[FDT_MODEL_LEN]; in ofw_fdt_fixup() local
426 bzero(model, FDT_MODEL_LEN); in ofw_fdt_fixup()
427 if (ofw_fdt_getprop(ofw, root, "model", model, FDT_MODEL_LEN) <= 0) in ofw_fdt_fixup()
433 for (i = 0; fdt_fixup_table[i].model != NULL; i++) { in ofw_fdt_fixup()
434 if (strncmp(model, fdt_fixup_table[i].model, in ofw_fdt_fixup()
443 fdt_fixup_table[i].model)) in ofw_fdt_fixup()
/freebsd-12.1/sys/amd64/vmm/intel/
H A Dvmx_msr.c182 u_int family, model; in nehalem_cpu() local
189 model = CPUID_TO_MODEL(cpu_id); in nehalem_cpu()
191 switch (model) { in nehalem_cpu()
207 u_int family, model; in westmere_cpu() local
214 model = CPUID_TO_MODEL(cpu_id); in westmere_cpu()
216 switch (model) { in westmere_cpu()
/freebsd-12.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-cpu.c59 ptu_uint_eq(cpu.model, 44); in cpu_valid()
66 ptu_uint_eq(cpu.model, 0x2c); in cpu_valid()
73 ptu_uint_eq(cpu.model, 054); in cpu_valid()
80 ptu_uint_eq(cpu.model, 44); in cpu_valid()
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Docteon-model.c427 int model = fuse_data & 0x3fff; in octeon_model_get_string_buffer() local
429 if (suffix && model) /* Have both number and suffix in fuses, so both */ in octeon_model_get_string_buffer()
431 sprintf(fuse_model, "%d%c",model, 'A' + suffix - 1); in octeon_model_get_string_buffer()
435 … else if (suffix && !model) /* Only have suffix, so add suffix to 'normal' model number */ in octeon_model_get_string_buffer()
442 sprintf(fuse_model, "%d",model); in octeon_model_get_string_buffer()
/freebsd-12.1/sys/dev/hwpmc/
H A Dhwpmc_intel.c83 int error, model, nclasses, ncpus, stepping, verov; in pmc_intel_initialize() local
94 model = ((cpu_id & 0xF0000) >> 12) | ((cpu_id & 0xF0) >> 4); in pmc_intel_initialize()
98 (cpu_id & 0xF00) >> 8, model); in pmc_intel_initialize()
101 switch (model) { in pmc_intel_initialize()
/freebsd-12.1/sys/arm/samsung/exynos/
H A Dexynos5_pmu.c72 int model; member
136 if (sc->model == EXYNOS5420) in usbdrd_phy_power_on()
149 sc->model = ofw_bus_search_compatible(dev, compat_data)->ocd_data; in pmu_attach()

12345678910>>...86