Searched refs:tagp (Results 1 – 2 of 2) sorted by relevance
95 const fdt32_t *tagp, *lenp; in fdt_next_tag() local101 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()102 if (!tagp) in fdt_next_tag()104 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
96 const fdt32_t *tagp, *lenp; in fdt_next_tag() local102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()103 if (!tagp) in fdt_next_tag()105 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()