Home
last modified time | relevance | path

Searched refs:PAD_TO_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/disk/
Dpart_efi.c573 PAD_TO_BLOCKSIZE(CONFIG_EFI_PARTITION_ENTRIES_OFF, dev_desc); in partition_entries_offset()
587 offset_bytes = PAD_TO_BLOCKSIZE(config_offset, dev_desc); in partition_entries_offset()
635 size = PAD_TO_BLOCKSIZE(sizeof(gpt_header), dev_desc); in gpt_restore()
643 size = PAD_TO_BLOCKSIZE(GPT_ENTRY_NUMBERS * sizeof(gpt_entry), in gpt_restore()
1017 PAD_TO_BLOCKSIZE(count, dev_desc)); in alloc_read_gpt_entries()
/external/u-boot/include/
Dblk.h111 #define PAD_TO_BLOCKSIZE(size, blk_desc) \ macro