Searched refs:code_offset (Results 1 - 4 of 4) sorted by relevance

/u-boot/board/freescale/common/
H A Dsdhc_boot.c22 u32 blklen, code_offset, code_len, n; local
41 code_offset = *(u32 *)(tmp_buf + ESDHC_BOOT_IMAGE_ADDR);
57 tmp = (u64)code_offset * blklen;
60 tmp = code_offset + code_len;
73 *env_addr = code_offset + code_len;
/u-boot/drivers/qe/
H A Dqe.c427 const u32 *code = base + be32_to_cpu(ucode->code_offset);
513 * as the first, the 'code_offset' and 'count' fields will be
566 if (ucode->code_offset)
653 * as the first, the 'code_offset' and 'count' fields will be
695 if (ucode->code_offset)
756 if (!ucode->code_offset)
759 code = (const void *)firmware + be32_to_cpu(ucode->code_offset);
/u-boot/include/
H A Dfsl_qe.h258 u32 code_offset;/* Offset of the actual microcode */ member in struct:qe_firmware::qe_microcode
/u-boot/drivers/net/fm/
H A Dfm.c159 * as the first, the 'code_offset' and 'count' fields will be
187 if (be32_to_cpu(ucode->code_offset)) {
194 be32_to_cpu(ucode->code_offset);

Completed in 50 milliseconds