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

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
EblCmdFdt.c 35 #define GET_CELL(p) (p += 4, *((const uint32_t *)(p-4)))
89 Print(L"0x%08x%a", fdt32_to_cpu(GET_CELL(p)),i < (len - 4) ? " " : "");
130 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) {
161 sz = fdt32_to_cpu(GET_CELL(p));
162 s = p_strings + fdt32_to_cpu(GET_CELL(p));
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
ShellDumpFdt.c 19 #define GET_CELL(p) (p += 4, *((const uint32_t *)(p-4)))
73 Print (L"0x%08x%a", fdt32_to_cpu (GET_CELL (p)), i < (len - 4) ? " " : "");
132 while ((tag = fdt32_to_cpu (GET_CELL (p))) != FDT_END) {
162 sz = fdt32_to_cpu (GET_CELL (p));
163 s = p_strings + fdt32_to_cpu (GET_CELL (p));
  /external/dtc/
fdtdump.c 23 #define GET_CELL(p) (p += 4, *((const fdt32_t *)(p-4)))
99 while ((tag = fdt32_to_cpu(GET_CELL(p))) != FDT_END) {
133 sz = fdt32_to_cpu(GET_CELL(p));
134 s = p_strings + fdt32_to_cpu(GET_CELL(p));
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
LinuxLoaderFdt.c 25 #define GET_CELL(p) (p += 4, *((const UINT32 *)(p-4)))

Completed in 110 milliseconds