HomeSort by relevance Sort by last modified time
    Searched full:addresscells (Results 1 - 1 of 1) sorted by null

  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmXenRelocatablePlatformLib/
FdtParser.c 24 INT32 AddressCells;
45 AddressCells = 1;
50 AddressCells = fdt32_to_cpu (*Prop);
64 if (Length < (AddressCells + SizeCells) * sizeof (INT32)) {
68 if (AddressCells == 1) {
73 Prop += AddressCells;

Completed in 155 milliseconds