Searched refs:tagp (Results 1 – 1 of 1) sorted by relevance
156 const fdt32_t *tagp, *lenp; in fdt_next_tag() local162 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()163 if (fdt_chk_basic() && !tagp) in fdt_next_tag()165 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
Completed in 3 milliseconds