/openbmc/u-boot/board/freescale/common/ |
H A D | sdhc_boot.c | 23 u32 blklen, code_offset, code_len, n; in mmc_get_env_addr() local 38 code_offset = *(u32 *)(tmp_buf + ESDHC_BOOT_IMAGE_ADDR); in mmc_get_env_addr() 54 tmp = (u64)code_offset * blklen; in mmc_get_env_addr() 57 tmp = code_offset + code_len; in mmc_get_env_addr() 70 *env_addr = code_offset + code_len; in mmc_get_env_addr()
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | riscv.c | 52 READ_PROP("nvidia,bl-code-offset", &bl->code_offset); in tegra_drm_riscv_read_descriptors() 55 READ_PROP("nvidia,os-code-offset", &os->code_offset); in tegra_drm_riscv_read_descriptors() 59 if (bl->manifest_offset == 0 && bl->code_offset == 0 && in tegra_drm_riscv_read_descriptors() 61 os->code_offset == 0 && os->data_offset == 0) { in tegra_drm_riscv_read_descriptors() 82 addr = image_address + desc->code_offset; in tegra_drm_riscv_boot_bootrom()
|
H A D | riscv.h | 11 u32 code_offset; member
|
H A D | falcon.h | 72 u32 code_offset; member
|
H A D | falcon.c | 104 falcon->firmware.code.offset = os->code_offset; in falcon_parse_firmware_image()
|
/openbmc/u-boot/board/gdsys/p1022/ |
H A D | sdhc_boot.c | 38 u32 blklen, code_offset, code_len, n; in mmc_get_env_addr() local 53 code_offset = *(u32 *)(tmp_buf + ESDHC_BOOT_IMAGE_ADDR); in mmc_get_env_addr() 58 *env_addr = code_offset + code_len; in mmc_get_env_addr()
|
H A D | controlcenterd-id.c | 412 u32 code_len, code_offset, target_addr, exec_entry; in compute_second_stage_hash() local 425 code_offset = *(u32 *)(buf + ESDHC_BOOT_IMAGE_ADDR_OFS); in compute_second_stage_hash() 434 if (ccdm_mmc_read(mmc, code_offset, load_addr, code_len) < 0) in compute_second_stage_hash() 790 u32 code_len, code_offset; in load_sd_key_program() local 804 code_offset = *(u32 *)(buf + ESDHC_BOOT_IMAGE_ADDR_OFS); in load_sd_key_program() 807 code_offset += code_len; in load_sd_key_program() 809 code_offset += CONFIG_ENV_SIZE; in load_sd_key_program() 811 if (ccdm_mmc_read(mmc, code_offset, buf, 4*3) < 0) in load_sd_key_program() 828 code_offset += 12; in load_sd_key_program() 829 if (ccdm_mmc_read(mmc, code_offset, result->code, header.code_size) in load_sd_key_program() [all …]
|
/openbmc/u-boot/drivers/qe/ |
H A D | qe.c | 422 const u32 *code = base + be32_to_cpu(ucode->code_offset); in qe_upload_microcode() 560 if (ucode->code_offset) in qe_upload_firmware() 688 if (ucode->code_offset) in u_qe_upload_firmware() 749 if (!ucode->code_offset) in u_qe_firmware_resume() 752 code = (const void *)firmware + be32_to_cpu(ucode->code_offset); in u_qe_firmware_resume()
|
/openbmc/u-boot/drivers/net/fm/ |
H A D | fm.c | 183 if (be32_to_cpu(ucode->code_offset)) { in fman_upload_firmware() 190 be32_to_cpu(ucode->code_offset); in fman_upload_firmware()
|
/openbmc/linux/drivers/soc/fsl/qe/ |
H A D | qe.c | 408 const __be32 *code = base + be32_to_cpu(ucode->code_offset); in qe_upload_microcode() 538 if (ucode->code_offset) in qe_upload_firmware()
|
/openbmc/u-boot/include/ |
H A D | fsl_qe.h | 256 u32 code_offset;/* Offset of the actual microcode */ member
|
/openbmc/qemu/linux-user/ |
H A D | qemu.h | 36 abi_ulong code_offset; member
|
H A D | flatload.c | 548 info->code_offset = info->start_code; in load_flt_binary()
|
H A D | elfload.c | 3386 info->code_offset = load_bias; in load_elf_image()
|
/openbmc/qemu/gdbstub/ |
H A D | user-target.c | 225 ts->info->code_offset, in gdb_handle_query_offsets()
|
/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | test-core.h | 78 u16 code_offset; member
|
H A D | test-core.c | 1345 test_code += end_arg->code_offset; in kprobes_test_case_start()
|
/openbmc/qemu/bsd-user/ |
H A D | qemu.h | 68 abi_ulong code_offset; member
|
/openbmc/linux/include/soc/fsl/qe/ |
H A D | qe.h | 288 __be32 code_offset; /* Offset of the actual microcode */ member
|
/openbmc/linux/drivers/net/wireless/zydas/zd1211rw/ |
H A D | zd_usb.c | 135 const u8 *data, size_t size, u16 code_offset, int flags) in upload_code() argument 159 code_offset, 0, p, transfer_size, 1000 /* ms */); in upload_code() 170 code_offset += transfer_size/sizeof(u16); in upload_code()
|
/openbmc/linux/Documentation/powerpc/ |
H A D | qe_firmware.rst | 261 'code_offset' is the offset, in bytes, from the beginning of this
|