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.c555 PAD_TO_BLOCKSIZE(CONFIG_EFI_PARTITION_ENTRIES_OFF, dev_desc); in partition_entries_offset()
569 offset_bytes = PAD_TO_BLOCKSIZE(config_offset, dev_desc); in partition_entries_offset()
617 size = PAD_TO_BLOCKSIZE(sizeof(gpt_header), dev_desc); in gpt_restore()
625 size = PAD_TO_BLOCKSIZE(GPT_ENTRY_NUMBERS * sizeof(gpt_entry), in gpt_restore()
1055 PAD_TO_BLOCKSIZE(count, dev_desc)); in alloc_read_gpt_entries()
/u-boot/include/
A Dblk.h113 #define PAD_TO_BLOCKSIZE(size, blk_desc) \ macro

Completed in 7 milliseconds