Home
last modified time | relevance | path

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

/lk-master/external/lib/fdt/
A Dfdt.c155 const fdt32_t *tagp, *lenp; in fdt_next_tag() local
161 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
162 if (!can_assume(VALID_DTB) && !tagp) in fdt_next_tag()
164 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()

Completed in 2 milliseconds