Searched refs:FDT_NOP (Results 1 – 6 of 6) sorted by relevance
43 case FDT_NOP: in fdt_check_full()
56 *p = cpu_to_fdt32(FDT_NOP); in fdt_nop_region_()
193 case FDT_NOP: in fdt_next_tag()242 case FDT_NOP: in fdt_next_node()
355 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
218 } while (tag == FDT_NOP); in nextprop_()
57 #define FDT_NOP 0x4 /* nop */ macro
Completed in 11 milliseconds