Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dximg.c202 tail = (l > CHUNKSZ) ? CHUNKSZ : l; in do_imgextract()
/u-boot/include/
A Dimage.h449 #ifndef CHUNKSZ
450 #define CHUNKSZ (64 * 1024) macro
/u-boot/common/
A Dhash.c283 .chunk_size = CHUNKSZ,
A Dimage.c461 memmove_wd(load_buf, image_buf, image_len, CHUNKSZ); in image_decomp()
1418 (void *)rd_data, rd_len, CHUNKSZ); in boot_ramdisk_high()

Completed in 10 milliseconds