Home
last modified time | relevance | path

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

/freebsd/usr.bin/dtc/
H A Ddtb.hh83 FDT_NOP = 0x00000004, enumerator
104 case FDT_NOP: in token_type_name()
H A Dfdt.cc844 case dtb::FDT_NOP: in node()
/freebsd/sys/contrib/libfdt/
H A Dfdt.c133 case FDT_NOP: in fdt_next_tag()
180 case FDT_NOP: in fdt_next_node()
H A Dfdt.h102 #define FDT_NOP 0x4 /* nop */ macro
H A Dfdt_wip.c101 *p = cpu_to_fdt32(FDT_NOP); in fdt_nop_region_()
H A Dfdt_rw.c370 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
H A Dfdt_ro.c154 } while (tag == FDT_NOP); in nextprop_()
/freebsd/stand/fdt/
H A Dfdt_loader_cmd.c1714 case FDT_NOP: in fdt_cmd_prop()