Searched refs:FDT_NOP (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/libfdt/
H A Dfdt.h87 #define FDT_NOP 0x4 /* nop */ macro
H A Dfdt.c108 case FDT_NOP:
155 case FDT_NOP:
H A Dfdt_wip.c59 *p = cpu_to_fdt32(FDT_NOP);
H A Dfdt_ro.c106 } while (tag == FDT_NOP);
H A Dfdt_rw.c336 } while ((tag == FDT_PROP) || (tag == FDT_NOP));
/gem5/src/python/m5/ext/pyfdt/
H A Dpyfdt.py35 FDT_NOP = 0x4 variable
424 return (pack('>I', FDT_NOP), string_store, pos)
915 FDT_NOP: 'nop',

Completed in 16 milliseconds