Searched refs:FDT_PROP (Results 1 – 12 of 12) sorted by relevance
118 case FDT_PROP: in fdt_next_tag()155 || (fdt_next_tag(fdt, offset, &offset) != FDT_PROP)) in _fdt_check_prop_offset()175 case FDT_PROP: in fdt_next_node()
206 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property()238 if (tag == FDT_PROP) { in fdt_finish()
248 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in _fdt_add_property()360 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
123 case FDT_PROP: in _nextprop()
119 case FDT_PROP: in fdt_next_tag()156 || (fdt_next_tag(fdt, offset, &offset) != FDT_PROP)) in _fdt_check_prop_offset()176 case FDT_PROP: in fdt_next_node()
238 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property()270 if (tag == FDT_PROP) { in fdt_finish()
243 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in _fdt_add_property()355 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
149 case FDT_PROP: in _nextprop()
108 #define FDT_PROP 0x3 /* Property: name off, macro
100 #define FDT_PROP 0x3 /* Property: name off, macro
157 if (tag != FDT_PROP) { in DumpFdt()
158 if (tag != FDT_PROP) { in DumpFdt()