Searched refs:ucode (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/intel-fw-public/ipw3945/
H A DMakefile5 FILES= dist/LICENSE.iwlwifi-3945-ucode dist/README.iwlwifi-3945-ucode dist/iwlwifi-3945.ucode
/netbsd-6-1-5-RELEASE/external/intel-fw-public/iwl1000/
H A DMakefile5 FILES= dist/LICENSE.iwlwifi-1000-ucode dist/README.iwlwifi-1000-ucode \
6 dist/iwlwifi-1000-3.ucode
/netbsd-6-1-5-RELEASE/external/intel-fw-public/iwl4965/
H A DMakefile5 FILES= dist/LICENSE.iwlwifi-4965-ucode dist/README.iwlwifi-4965-ucode \
6 dist/iwlwifi-4965-2.ucode
/netbsd-6-1-5-RELEASE/external/intel-fw-public/iwl5000/
H A DMakefile5 FILES= dist/LICENSE.iwlwifi-5000-ucode dist/README.iwlwifi-5000-ucode \
6 dist/iwlwifi-5000-2.ucode
/netbsd-6-1-5-RELEASE/external/intel-fw-public/iwl5150/
H A DMakefile5 FILES= dist/LICENSE.iwlwifi-5150-ucode dist/README.iwlwifi-5150-ucode \
6 dist/iwlwifi-5150-2.ucode
/netbsd-6-1-5-RELEASE/external/intel-fw-public/iwl6000/
H A DMakefile5 FILES= dist/LICENSE.iwlwifi-6000-ucode dist/README.iwlwifi-6000-ucode \
6 dist/iwlwifi-6000-4.ucode
/netbsd-6-1-5-RELEASE/external/intel-fw-public/iwl6005/
H A DMakefile5 FILES= dist/LICENSE.iwlwifi-6000g2a-ucode dist/README.iwlwifi-6000g2a-ucode \
6 dist/iwlwifi-6000g2a-5.ucode
/netbsd-6-1-5-RELEASE/external/intel-fw-public/iwl6050/
H A DMakefile5 FILES= dist/LICENSE.iwlwifi-6050-ucode dist/README.iwlwifi-6050-ucode \
6 dist/iwlwifi-6050-5.ucode
/netbsd-6-1-5-RELEASE/sys/arch/vax/boot/boot/
H A Ddata.h61 long ucode; /* 4 Absolute address of booting microcode */ member in struct:bqo
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dcpu_ucode.c52 struct cpu_ucode *ucode = data; local
56 return cpu_ucode_amd_get_version(ucode);
58 ucode->version = (uint64_t)-1;
81 struct cpu_ucode *ucode = data; local
85 error = cpu_ucode_load(sc, ucode->fwname);
H A Dcpu_ucode_amd.c105 cpu_ucode_amd_get_version(struct cpu_ucode *ucode) argument
108 ucode->version = (uint64_t)-1;
112 ucode->version = rdmsr(MSR_UCODE_AMD_PATCHLEVEL);
167 aprint_debug_dev(dev, "ucode: patch type expected\n");
173 aprint_debug_dev(dev, "ucode: patch does not "
189 aprint_debug_dev(dev, "ucode: update from revision "
219 aprint_error_dev(dev, "ucode: No newer patch available "
244 aprint_error("ucode: wrong file magic\n");
253 aprint_error("ucode: missing equivalence table\n");
279 aprint_error("ucode
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dxen_ucode.c52 struct cpu_ucode *ucode = data; local
56 return cpu_ucode_amd_get_version(ucode);
58 ucode->version = (uint64_t)-1;
81 struct cpu_ucode *ucode = data; local
86 error = cpu_ucode_load(sc, ucode->fwname);
/netbsd-6-1-5-RELEASE/sys/dev/microcode/ral/
H A Dbuild.c31 output(const char *name, const uint8_t *ucode, int size) argument
42 rlen = write(fd, ucode, size);
/netbsd-6-1-5-RELEASE/sys/dev/microcode/rum/
H A Dbuild.c31 output(const char *name, const uint8_t *ucode, int size) argument
42 rlen = write(fd, ucode, size);
/netbsd-6-1-5-RELEASE/sys/dev/microcode/zyd/
H A Dbuild.c30 output(const char *name, const uint8_t *ucode, int size) argument
41 rlen = write(fd, ucode, size);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/ia64/
H A Dtrap.c392 uint64_t ucode; local
401 ucode = 0;
479 ucode = (int)tf->tf_special.ifa & 0x1FFFFF;
480 if (ucode == 0) {
493 ucode = trap_decode_break(tf);
495 if (ucode < 0x80000) {
497 switch (ucode) {
503 ucode = FPE_INTDIV;
507 ucode = FPE_INTOVF;
511 ucode
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/util/
H A DUCD.pm96 UPPER => ucode($f[12]),
97 LOWER => ucode($f[13]),
98 TITLE => ucode($f[14]));
110 sub ucode { subroutine
/netbsd-6-1-5-RELEASE/usr.sbin/cpuctl/
H A Dcpuctl.c80 { "ucode", 1, 1, cpu_ucode },
128 fprintf(stderr, " %s ucode [file]\n", progname);
217 struct cpu_ucode ucode; local
243 if (ioctl(fd, IOC_CPU_UCODE_GET_VERSION, &ucode) < 0)
244 ucode.version = (uint64_t)-1;
245 if (ucode.version == (uint64_t)-1)
249 ucode.version);
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dtrap.c124 static int alpha_ucode_to_ksiginfo(u_long ucode);
222 uint64_t ucode; local
281 i = alpha_fp_complete(a0, a1, l, &ucode);
289 ksi.ksi_code = alpha_ucode_to_ksiginfo(ucode);
292 ksi.ksi_trap = (int)ucode;
328 ksi.ksi_code = alpha_ucode_to_ksiginfo(ucode);
345 i = handle_opdec(l, &ucode);
356 ksi.ksi_trap = (int)ucode;
1113 alpha_ucode_to_ksiginfo(u_long ucode) argument
1125 if (ucode
[all...]
H A Dfp_complete.c577 uint64_t *ucode)
615 *ucode = needsig;
622 alpha_fp_complete(u_long a0, u_long a1, struct lwp *l, uint64_t *ucode) argument
637 sig = alpha_fp_complete_at(trigger_pc, l, ucode);
641 *ucode = a0;
700 sig = alpha_fp_complete_at(trigger_pc, l, ucode);
576 alpha_fp_complete_at(alpha_instruction *trigger_pc, struct lwp *l, uint64_t *ucode) argument
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_ipwvar.h33 void *ucode; member in struct:ipw_firmware
H A Dif_iwivar.h33 void *ucode; member in struct:iwi_firmware
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/hpftodit/
H A Dhpftodit.cpp1279 int ucode = int(strtol(ustr, &nonum, 16));
1281 if (ucode >= 0xE000 && ucode <= 0xF8FF)
1296 unicode_to_ucode_name(int ucode)
1302 if (ucode >= 0xE000 && ucode <= 0xF8FF)
1305 sprintf(codestr, "%04X", ucode);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di82557.c2328 static const struct ucode { struct
2330 const uint32_t *ucode; member in struct:ucode
2365 const struct ucode *uc;
2383 for (uc = ucode_table; uc->ucode != NULL; uc++) {
2387 if (uc->ucode == NULL)
2395 cbp->ucode[i] = htole32(uc->ucode[i]);
2398 *(volatile uint16_t *) &cbp->ucode[uc->int_delay_offset] =
2402 *(volatile uint16_t *) &cbp->ucode[uc->bundle_max_offset] =
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dif_rum.c262 u_char *ucode; local
272 ucode = firmware_malloc(size);
273 if (ucode == NULL) {
279 error = firmware_read(fwh, 0, ucode, size);
284 firmware_free(ucode, 0);
288 if (rum_load_microcode(sc, ucode, size) != 0) {
291 firmware_free(ucode, 0);
295 firmware_free(ucode, 0);
2157 rum_load_microcode(struct rum_softc *sc, const u_char *ucode, size_t size) argument
2164 for (; size >= 4; reg += 4, ucode
[all...]

Completed in 450 milliseconds

12