Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c732 PAD_TO_BLOCKSIZE(CONFIG_EFI_PARTITION_ENTRIES_OFF, dev_desc); in partition_entries_offset()
746 offset_bytes = PAD_TO_BLOCKSIZE(config_offset, dev_desc); in partition_entries_offset()
794 size = PAD_TO_BLOCKSIZE(sizeof(gpt_header), dev_desc); in gpt_restore()
802 size = PAD_TO_BLOCKSIZE(GPT_ENTRY_NUMBERS * sizeof(gpt_entry), in gpt_restore()
1211 PAD_TO_BLOCKSIZE(count, dev_desc)); in alloc_read_gpt_entries()
/OK3568_Linux_fs/u-boot/include/
H A Dblk.h126 #define PAD_TO_BLOCKSIZE(size, blk_desc) \ macro