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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/common/
H A Duengine.c162 void ixp2000_uengine_load_microcode(int uengine, u8 *ucode, int insns) argument
173 insn = (((u64)ucode[0]) << 32) |
174 (((u64)ucode[1]) << 24) |
175 (((u64)ucode[2]) << 16) |
176 (((u64)ucode[3]) << 8) |
177 ((u64)ucode[4]);
178 ucode += 5;
297 static void generate_ucode(u8 *ucode, u32 *gpr_a, u32 *gpr_b) argument
317 ucode[offset++] = 0xf0;
318 ucode[offse
373 u8 *ucode; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/qe_lib/
H A Dqe.c361 const struct qe_microcode *ucode)
363 const __be32 *code = base + be32_to_cpu(ucode->code_offset);
366 if (ucode->major || ucode->minor || ucode->revision)
369 ucode->id, ucode->major, ucode->minor, ucode->revision);
372 "uploading microcode '%s'\n", ucode
360 qe_upload_microcode(const void *base, const struct qe_microcode *ucode) argument
487 const struct qe_microcode *ucode = &firmware->microcode[i]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/hardware/
H A Duengine.h40 void ixp2000_uengine_load_microcode(int uengine, u8 *ucode, int insns);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A DMakefile13 iwlagn-objs += iwl-agn-ucode.o iwl-agn-hcmd.o iwl-agn-tx.o
H A Diwl-agn.c562 IWL_DEBUG_INFO(priv, "Alive ucode status 0x%08X revision "
741 * iwl_bg_ucode_trace - Timer callback to log ucode event
938 * buffer that the driver may process (last buffer filled by ucode). */
979 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1033 * restock the Rx queue so ucode wont assert. */
1150 /* driver only loads ucode once setting the interface up.
1151 * the driver allows loading the ucode even if the radio
1326 /* driver only loads ucode once setting the interface up.
1327 * the driver allows loading the ucode even if the radio
1666 name_pre, priv->fw_index, ".ucode");
1690 struct iwl_ucode_header *ucode = (void *)ucode_raw->data; local
1771 struct iwl_tlv_ucode_header *ucode = (void *)ucode_raw->data; local
1946 struct iwl_ucode_header *ucode; local
[all...]
H A Diwl3945-base.c176 IWL_DEBUG_INFO(priv, "hwcrypto: modify ucode station key info\n");
214 IWL_DEBUG_INFO(priv, "hwcrypto: clear ucode station key info\n");
751 IWL_DEBUG_INFO(priv, "Alive ucode status 0x%08X revision "
1236 * buffer that the driver may process (last buffer filled by ucode). */
1276 * Ucode should set SEQ_RX_FRAME bit if ucode-originated,
1326 * restock the Rx queue so ucode won't assert. */
1964 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
1989 "ucode image in INSTRUCTION memory is good\n");
2007 IWL_DEBUG_INFO(priv, "ucode inst image size is %u\n", len);
2084 static u32 iwl3945_ucode_get_##item(const struct iwl_ucode_header *ucode)\
2094 iwl3945_ucode_get_data(const struct iwl_ucode_header *ucode) argument
2112 const struct iwl_ucode_header *ucode; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dintel.c59 u32 ucode, junk; local
63 rdmsr(MSR_IA32_UCODE_REV, junk, ucode);
65 if (ucode < 0x20e) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstradis.c1671 struct video_code ucode; local
1674 if (copy_from_user(&ucode, arg, sizeof(ucode)))
1676 if (ucode.datasize > 65536 || ucode.datasize < 1024 ||
1677 strncmp(ucode.loadwhat, "dec", 3))
1679 if ((udata = vmalloc(ucode.datasize)) == NULL)
1681 if (copy_from_user(udata, ucode.data, ucode.datasize)) {
1685 ucode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhid.h565 #define HID_USAGE_ID(uhid, utype, ucode) \
566 .usage_hid = (uhid), .usage_type = (utype), .usage_code = (ucode)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A De100.c501 __le32 ucode[UCODE_SIZE]; member in union:cb::__anon12737
1215 /* if you wish to disable the ucode functionality, while maintaining the
1237 /* Search for ucode match against h/w revision */
1244 else /* No ucode on other devices */
1303 memcpy(cb->u.ucode, fw->data, UCODE_SIZE * 4);
1310 /* Insert user-tunable settings in cb->u.ucode */
1311 cb->u.ucode[timer] &= cpu_to_le32(0xFFFF0000);
1312 cb->u.ucode[timer] |= cpu_to_le32(INTDELAY);
1313 cb->u.ucode[bundle] &= cpu_to_le32(0xFFFF0000);
1314 cb->u.ucode[bundl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Db43.h181 #define B43_SHM_SH_HOSTFLO 0x005E /* Hostflags for ucode options (low) */
182 #define B43_SHM_SH_HOSTFMI 0x0060 /* Hostflags for ucode options (middle) */
183 #define B43_SHM_SH_HOSTFHI 0x0062 /* Hostflags for ucode options (high) */
284 #define B43_HF_ANTDIVHELP 0x000000000001ULL /* ucode antenna div helper */
295 #define B43_HF_DSCRQ 0x000000000400ULL /* Disable slow clock request in ucode */
302 #define B43_HF_FWKUP 0x000000020000ULL /* Fast wake-up ucode */
530 /* Size of the data. For ucode and PCM this is in bytes.
658 struct b43_firmware_file ucode; member in struct:b43_firmware
H A Dmain.c801 /* The ucode will use phase1 key with TEK key to decrypt rx packets.
808 * and the packet is not usable (it got modified by the ucode).
1499 * If ucode wants to modify TIM do it behind the beacon, this
1966 b43_do_release_fw(&dev->fw.ucode);
2092 err = b43_do_request_fw(ctx, filename, &fw->ucode);
2202 b43err(dev->wl, "The driver does not know which firmware (ucode) "
2292 data = (__be32 *) (dev->fw.ucode.data->data + hdr_len);
2293 len = (dev->fw.ucode.data->size - hdr_len) / sizeof(__be32);
4309 hf |= B43_HF_DSCRQ; /* Disable slowclock requests from ucode. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Db43legacy.h129 #define B43legacy_SHM_SH_HOSTFLO 0x005E /* Hostflags ucode opts (low) */
130 #define B43legacy_SHM_SH_HOSTFHI 0x0060 /* Hostflags ucode opts (high) */
372 /* Size of the data. For ucode and PCM this is in bytes.
622 const struct firmware *ucode; member in struct:b43legacy_firmware
H A Dmain.c1473 release_firmware(dev->fw.ucode);
1474 dev->fw.ucode = NULL;
1545 if (!fw->ucode) {
1552 err = do_request_fw(dev, filename, &fw->ucode);
1646 data = (__be32 *) (dev->fw.ucode->data + hdr_len);
1647 len = (dev->fw.ucode->size - hdr_len) / sizeof(__be32);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dsmctr.c761 __u8 *ucode; local
770 ucode = (__u8 *)(fw->data + TREE_OFFSET
779 branch = *ucode & bit ? (tree + branch)->llink
788 ucode++;

Completed in 597 milliseconds