| /OK3568_Linux_fs/u-boot/board/freescale/common/ |
| H A D | sdhc_boot.c | 24 u32 blklen, code_offset, code_len, n; in mmc_get_env_addr() local 39 code_offset = *(u32 *)(tmp_buf + ESDHC_BOOT_IMAGE_ADDR); in mmc_get_env_addr() 55 tmp = (u64)code_offset * blklen; in mmc_get_env_addr() 58 tmp = code_offset + code_len; in mmc_get_env_addr() 71 *env_addr = code_offset + code_len; in mmc_get_env_addr()
|
| /OK3568_Linux_fs/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 | 397 u32 code_len, code_offset, target_addr, exec_entry; in compute_second_stage_hash() local 410 code_offset = *(u32 *)(buf + ESDHC_BOOT_IMAGE_ADDR_OFS); in compute_second_stage_hash() 419 if (ccdm_mmc_read(mmc, code_offset, load_addr, code_len) < 0) in compute_second_stage_hash() 770 u32 code_len, code_offset; in load_sd_key_program() local 784 code_offset = *(u32 *)(buf + ESDHC_BOOT_IMAGE_ADDR_OFS); in load_sd_key_program() 787 code_offset += code_len; in load_sd_key_program() 789 code_offset += CONFIG_ENV_SIZE; in load_sd_key_program() 791 if (ccdm_mmc_read(mmc, code_offset, buf, 4*3) < 0) in load_sd_key_program() 808 code_offset += 12; in load_sd_key_program() 809 if (ccdm_mmc_read(mmc, code_offset, result->code, header.code_size) in load_sd_key_program() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/qe/ |
| H A D | qe.c | 347 const u32 *code = base + be32_to_cpu(ucode->code_offset); in qe_upload_microcode() 485 if (ucode->code_offset) in qe_upload_firmware() 613 if (ucode->code_offset) in u_qe_upload_firmware() 674 if (!ucode->code_offset) in u_qe_firmware_resume() 677 code = (const void *)firmware + be32_to_cpu(ucode->code_offset); in u_qe_firmware_resume()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/ |
| H A D | falcon.h | 71 u32 code_offset; member
|
| H A D | falcon.c | 96 falcon->firmware.code.offset = os->code_offset; in falcon_parse_firmware_image()
|
| /OK3568_Linux_fs/u-boot/drivers/net/fm/ |
| H A D | fm.c | 182 if (be32_to_cpu(ucode->code_offset)) { in fman_upload_firmware() 189 be32_to_cpu(ucode->code_offset); in fman_upload_firmware()
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/ |
| H A D | qe.c | 407 const __be32 *code = base + be32_to_cpu(ucode->code_offset); in qe_upload_microcode() 537 if (ucode->code_offset) in qe_upload_firmware()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fsl_qe.h | 257 u32 code_offset;/* Offset of the actual microcode */ member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_usb.c | 136 const u8 *data, size_t size, u16 code_offset, int flags) in upload_code() argument 160 code_offset, 0, p, transfer_size, 1000 /* ms */); in upload_code() 171 code_offset += transfer_size/sizeof(u16); in upload_code()
|
| /OK3568_Linux_fs/kernel/include/soc/fsl/qe/ |
| H A D | qe.h | 304 __be32 code_offset; /* Offset of the actual microcode */ member
|
| /OK3568_Linux_fs/kernel/Documentation/powerpc/ |
| H A D | qe_firmware.rst | 261 'code_offset' is the offset, in bytes, from the beginning of this
|