HomeSort by relevance Sort by last modified time
    Searched refs:PARTITION_BLOCK_SIZE (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/partition/
gpt.h 13 #define GPT_HEADER_OFFSET PARTITION_BLOCK_SIZE
15 PARTITION_BLOCK_SIZE)
partition.h 19 #define PARTITION_BLOCK_SIZE 512
  /device/linaro/bootloader/arm-trusted-firmware/drivers/partition/
gpt.c 50 entry->start = (uint64_t)gpt_entry->first_lba * PARTITION_BLOCK_SIZE;
53 PARTITION_BLOCK_SIZE;
partition.c 16 static uint8_t mbr_sector[PARTITION_BLOCK_SIZE];
58 PARTITION_BLOCK_SIZE, &bytes_read);
65 if ((mbr_sector[PARTITION_BLOCK_SIZE - 2] != MBR_SIGNATURE_FIRST) ||
66 (mbr_sector[PARTITION_BLOCK_SIZE - 1] != MBR_SIGNATURE_SECOND)) {

Completed in 227 milliseconds