Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 9 of 9) sorted by relevance

/DragonStub/apps/lib/libfdt/
H A Dfdt.c166 uint32_t tag, len, sum; in fdt_next_tag() local
174 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
178 switch (tag) { in fdt_next_tag()
221 return tag; in fdt_next_tag()
251 uint32_t tag; in fdt_next_node() local
259 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_next_node()
261 switch (tag) { in fdt_next_node()
283 } while (tag != FDT_BEGIN_NODE); in fdt_next_node()
H A Dfdt.h37 fdt32_t tag; member
42 fdt32_t tag; member
H A Dfdt_rw.c229 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in fdt_add_property_()
340 uint32_t tag; in fdt_add_subnode_namelen() local
352 tag = fdt_next_tag(fdt, parentoffset, &nextoffset); in fdt_add_subnode_namelen()
354 if (!can_assume(LIBFDT_FLAWLESS) && (tag != FDT_BEGIN_NODE)) in fdt_add_subnode_namelen()
358 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_add_subnode_namelen()
359 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen()
368 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_add_subnode_namelen()
H A Dfdt_sw.c231 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_begin_node()
318 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property_placeholder()
342 uint32_t tag; in fdt_finish() local
361 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish()
362 if (tag == FDT_PROP) { in fdt_finish()
H A Dfdt_ro.c203 uint32_t tag; in nextprop_() local
207 tag = fdt_next_tag(fdt, offset, &nextoffset); in nextprop_()
209 switch (tag) { in nextprop_()
220 } while (tag == FDT_NOP); in nextprop_()
/DragonStub/docs/
H A DREADME.git12 4) Do "make archive", which will tag a release in git and generate a
15 You then push to the archive, being sure to include the tag:
/DragonStub/
H A DMakefile156 tag: target
157 git tag $(VERSION) refs/heads/master
159 archive: tag
H A DChangeLog137 you do "make archive", which will tag a release in git and generate a
139 include the tag:
/DragonStub/inc/
H A Delf.h914 #define DT_VALTAGIDX(tag) (DT_VALRNGHI - (tag)) /* Reverse order! */ argument
935 #define DT_ADDRTAGIDX(tag) (DT_ADDRRNGHI - (tag)) /* Reverse order! */ argument
953 #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) /* Reverse order! */ argument
960 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1) argument