Home
last modified time | relevance | path

Searched refs:FDT_NOP (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
Dfdt.c129 case FDT_NOP: in fdt_next_tag()
176 case FDT_NOP: in fdt_next_node()
Dfdt_wip.c80 *p = cpu_to_fdt32(FDT_NOP); in _fdt_nop_region()
Dfdt_ro.c127 } while (tag == FDT_NOP); in _nextprop()
Dfdt_rw.c360 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
/device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
Dfdt.c130 case FDT_NOP: in fdt_next_tag()
177 case FDT_NOP: in fdt_next_node()
Dfdt_wip.c101 *p = cpu_to_fdt32(FDT_NOP); in _fdt_nop_region()
Dfdt_rw.c355 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
Dfdt_ro.c153 } while (tag == FDT_NOP); in _nextprop()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
Dfdt.h110 #define FDT_NOP 0x4 /* nop */ macro
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/
Dfdt.h102 #define FDT_NOP 0x4 /* nop */ macro
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
DEblCmdFdt.c152 if (tag == FDT_NOP) { in DumpFdt()
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/FdtPlatformDxe/
DShellDumpFdt.c153 if (tag == FDT_NOP) { in DumpFdt()