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

  /external/dtc/
fdtdump.c 48 struct fdt_header *bph = blob; local
49 uint32_t off_mem_rsvmap = fdt32_to_cpu(bph->off_mem_rsvmap);
50 uint32_t off_dt = fdt32_to_cpu(bph->off_dt_struct);
51 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings);
56 uint32_t version = fdt32_to_cpu(bph->version);
57 uint32_t totalsize = fdt32_to_cpu(bph->totalsize);
68 printf("// magic:\t\t0x%x\n", fdt32_to_cpu(bph->magic));
75 fdt32_to_cpu(bph->last_comp_version));
78 fdt32_to_cpu(bph->boot_cpuid_phys));
82 fdt32_to_cpu(bph->size_dt_strings))
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
EblCmdFdt.c 105 struct fdt_header *bph; local
122 bph = FdtBlob;
123 off_dt = fdt32_to_cpu(bph->off_dt_struct);
124 off_str = fdt32_to_cpu(bph->off_dt_strings);
127 version = fdt32_to_cpu(bph->version);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
ShellDumpFdt.c 90 struct fdt_header *bph; local
124 bph = FdtBlob;
125 off_dt = fdt32_to_cpu (bph->off_dt_struct);
126 off_str = fdt32_to_cpu (bph->off_dt_strings);
129 version = fdt32_to_cpu (bph->version);
  /external/syslinux/com32/include/syslinux/
config.h 92 uint16_t bp, bph; member in struct:syslinux_derivative_info::__anon37012

Completed in 415 milliseconds