Home
last modified time | relevance | path

Searched refs:GPT_HEADER_REVISION_V1 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/block/partitions/
H A Defi.h31 #define GPT_HEADER_REVISION_V1 0x00010000 macro
/OK3568_Linux_fs/u-boot/include/
H A Dpart_efi.h28 #define GPT_HEADER_REVISION_V1 0x00010000 macro
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h25 #define GPT_HEADER_REVISION_V1 0x00010000 macro
H A Dflash_image.c542 gptHead->revision = cpu_to_le32(GPT_HEADER_REVISION_V1); in create_gpt_buffer()
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h9 #define GPT_HEADER_REVISION_V1 0x00010000 macro
H A DRKAndroidDevice.cpp3568 gptHead->revision = cpu_to_le32(GPT_HEADER_REVISION_V1); in create_gpt_buffer()
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_efi.c767 gpt_h->revision = cpu_to_le32(GPT_HEADER_REVISION_V1); in gpt_fill_header()