Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance

/u-boot/tools/
A Dfile2include.c23 #define BLOCK_SIZE 8 macro
66 printf(" * Non-zero %u byte strings of a disk image\n", BLOCK_SIZE); in main()
72 for (i = 0; i < count; i += BLOCK_SIZE) { in main()
75 for (j = i; j < i + BLOCK_SIZE && j < count; ++j) { in main()
82 for (j = i; j < i + BLOCK_SIZE && j < count; ++j) in main()
85 for (j = i; j < i + BLOCK_SIZE && j < count; ++j) { in main()
A Dmksunxiboot.c56 #define BLOCK_SIZE 0x2000 macro
61 char pad[BLOCK_SIZE];
144 ALIGN(file_size + sizeof(struct boot_file_head), BLOCK_SIZE); in main()
/u-boot/board/ge/common/
A Dvpd_reader.c102 static const int BLOCK_SIZE = 4; variable
161 if (ecc[ID] != ECC_BLOCK_ID || ecc[LEN] < BLOCK_SIZE || in vpd_reader()
163 ecc[LEN] - BLOCK_SIZE != size_bits / 8 || ecc[VER] != 1 || in vpd_reader()
173 offset - data[LEN], &data[offset + BLOCK_SIZE], in vpd_reader()
174 ecc[LEN] - BLOCK_SIZE); in vpd_reader()
191 if (size < BLOCK_SIZE || data[LEN] < BLOCK_SIZE) { in vpd_reader()
197 data[LEN] - BLOCK_SIZE, &data[BLOCK_SIZE]); in vpd_reader()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.lsch3166 BLOCK_SIZE=0x00014000
176 BLOCK_SIZE is the size to be copied by PBI.
196 BLOCK_SIZE=0x00014000
215 BLOCK_SIZE=0x00016000
226 BLOCK_SIZE is the size to be copied by PBI.

Completed in 13 milliseconds