Searched refs:FDT_END_NODE (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/libfdt/
H A Dfdt.h84 #define FDT_END_NODE 0x2 /* End node */ macro
H A Dfdt.c107 case FDT_END_NODE:
163 case FDT_END_NODE:
H A Dfdt_sw.c143 *en = cpu_to_fdt32(FDT_END_NODE);
H A Dfdt_rw.c349 *endtag = cpu_to_fdt32(FDT_END_NODE);
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py33 FDT_END_NODE = 0x2 variable
507 blob += pack('>I', FDT_END_NODE)
913 FDT_END_NODE: 'node_end',

Completed in 12 milliseconds