Home
last modified time | relevance | path

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

/u-boot/disk/
A Dpart_efi.c546 PAD_TO_BLOCKSIZE(CONFIG_EFI_PARTITION_ENTRIES_OFF, dev_desc); in partition_entries_offset()
559 offset_bytes = PAD_TO_BLOCKSIZE(config_offset, dev_desc); in partition_entries_offset()
607 size = PAD_TO_BLOCKSIZE(sizeof(gpt_header), dev_desc); in gpt_restore()
615 size = PAD_TO_BLOCKSIZE(GPT_ENTRY_NUMBERS * sizeof(gpt_entry), in gpt_restore()
1133 PAD_TO_BLOCKSIZE(count, dev_desc)); in alloc_read_gpt_entries()
/u-boot/include/
A Dblk.h103 #define PAD_TO_BLOCKSIZE(size, blk_desc) \ macro

Completed in 7 milliseconds