Searched defs:ucode (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/i386/
H A Dmisc_link_i386.c52 static int ucode(di_minor_t minor, di_node_t node);
106 { "pseudo", "ddi_pseudo", "ucode",
107 TYPE_EXACT | DRV_EXACT, ILEVEL_0, ucode,
155 { "pseudo", "^ucode$", RM_ALWAYS | RM_PRE | RM_HOT,
640 * /dev/ucode -> /devices/pseudo/ucode@0:ucode
643 ucode(di_minor_t minor, di_node_t node) function
645 (void) devfsadm_mklink("ucode", node, minor, 0);
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c28 #include <sys/ucode.h>
72 const struct ucode_ops *ucode; variable in typeref:struct:ucode_ops
580 ucode = &ucode_ops[i];
613 ucode_size = ucode->convert(filename, buf, filestat.st_size);
623 if ((rc = ucode->validate(buf, ucode_size)) != EM_OK) {
655 rc = ucode->gen_files(buf, ucode_size, path);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c46 #include <sys/ucode.h>
125 const struct ucode_ops *ucode; variable in typeref:struct:ucode_ops
169 if (ucode == NULL)
172 ucode->file_reset(&ucodefile, -1);
176 * Allocate/free a buffer used to hold ucode data. Space for the boot CPU is
382 cmn_err(CE_WARN, "ignoring northbridge-specific ucode: "
389 cmn_err(CE_WARN, "ignoring southbridge-specific ucode: "
399 * Populate the ucode file structure from microcode file corresponding to
500 rc = ucode->validate(ucodefp->ucodep, ucodefp->usize);
523 ASSERT(ucode);
[all...]
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c207 * The ucode has reasonable defaults built-in. However, some variants
208 * apparently have bug fixes delivered via this ucode, so we still
209 * need to support the ucode upload.
214 const uint32_t *ucode; member in struct:__anon5977
907 PUTCB32(cb, (CB_UCODE_OFFSET + i * 4), uc->ucode[i]);
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c404 const uint8_t *ucode; local
408 ucode = rt2573_ucode;
412 for (; size >= 4; reg += 4, ucode += 4, size -= 4) {
413 rum_write(sc, reg, UGETDW(ucode));
414 /* rum_write(sc, reg, *(uint32_t *)(ucode)); */
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c85 static const uint8_t *ucode = NULL; variable
496 /* RT2661_WRITE_REGION_1(sc, RT2661_MCU_CODE_BASE, ucode, size); */
2422 err = rt2661_load_microcode(sc, ucode, usize);
2961 ucode = rt2561s_ucode;
2965 ucode = rt2561_ucode;
2969 ucode = rt2661_ucode;
2974 err = rt2661_load_microcode(sc, ucode, usize);
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c79 #include "fw-rt2860/rt2860.ucode"
1944 uint8_t *ucode, *fptr; local
1947 ucode = rt2860_fw_bin;
1950 "The size of ucode is: %x\n", size);
1955 fptr = ucode;
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c82 #include "fw-wpi/ipw3945.ucode.hex"
1546 const char *ucode; local
1549 ucode = sc->sc_boot;
1560 wpi_mem_write_region_4(sc, WPI_MEM_UCODE_BASE, (const uint32_t *)ucode,
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c1227 sc->fwname = "iwlwifi-4965-2.ucode";
1274 sc->fwname = "iwlwifi-5000-2.ucode";
1281 sc->fwname = "iwlwifi-5150-2.ucode";
1286 sc->fwname = "iwlwifi-5000-2.ucode";
1292 sc->fwname = "iwlwifi-100-5.ucode";
1294 sc->fwname = "iwlwifi-1000-3.ucode";
1298 sc->fwname = "iwlwifi-6000-4.ucode";
1309 sc->fwname = "iwlwifi-6050-5.ucode";
1320 sc->fwname = "iwlwifi-6000g2b-6.ucode";
1324 sc->fwname = "iwlwifi-6000g2a-6.ucode";
6639 iwn4965_load_bootcode(struct iwn_softc *sc, const uint8_t *ucode, int size) argument
[all...]
H A Dif_iwnreg.h770 struct iwn5000_calib_status ucode; member in struct:iwn5000_calib_config
1516 * enum iwn_ucode_tlv_flag - ucode API flags

Completed in 152 milliseconds