Home
last modified time | relevance | path

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

/u-boot/include/
A Dmemalign.h70 #define PAD_SIZE(s, pad) (PAD_COUNT(s, pad) * pad) macro
72 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
A Dblk.h104 (PAD_SIZE(size, blk_desc->blksz))
/u-boot/tools/
A Dsunxi_egon.c15 #define PAD_SIZE 8192 macro
177 int pad_size = ALIGN(params->bl_len ?: PAD_SIZE, PAD_SIZE_MIN); in egon_vrec_header()
A Dsunxi_toc0.c30 #define PAD_SIZE 8192 macro
546 item_length = ALIGN(item_offset, PAD_SIZE) - item_offset; in toc0_create()
900 return ALIGN(params->file_size, PAD_SIZE) - params->file_size; in toc0_vrec_header()

Completed in 10 milliseconds